Skip to content

Commit 94730e5

Browse files
authored
replace spaces with tab
1 parent 7e33c4f commit 94730e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ $(SIPNET_TEST_DIRS_CLEAN):
9292
$(MAKE) -C $(basename $@) clean
9393

9494
.PHONY: all clean document estimate sipnet transpose subsetData doxygen
95-
test $(SIPNET_TEST_DIRS) pretest posttest $(SIPNET_LIB) testrun
96-
$(SIPNET_TEST_DIRS_RUN) testclean $(SIPNET_TEST_DIRS_CLEAN)
95+
test $(SIPNET_TEST_DIRS) pretest posttest $(SIPNET_LIB) testrun
96+
$(SIPNET_TEST_DIRS_RUN) testclean $(SIPNET_TEST_DIRS_CLEAN)
9797

9898
help:
9999
@echo "Available targets:"

0 commit comments

Comments
 (0)