From 71f878864b8e5c8bc451d91bb4a25d4a8d38c71e Mon Sep 17 00:00:00 2001 From: Chris Black Date: Mon, 10 Feb 2025 00:53:11 -0800 Subject: [PATCH] add line continuations for .PHONY --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index fa78dd3..b1a29bc 100755 --- a/Makefile +++ b/Makefile @@ -26,7 +26,6 @@ DOXYFILE = docs/Doxyfile DOXYGEN_HTML_DIR = docs/html DOXYGEN_LATEX_DIR = docs/latex -# all: estimate sensTest sipnet transpose subsetData all: estimate sipnet transpose subsetData document # Only update docs if source files or Doxyfile have changed @@ -91,9 +90,9 @@ testclean: $(SIPNET_TEST_DIRS_CLEAN) $(SIPNET_TEST_DIRS_CLEAN): $(MAKE) -C $(basename $@) clean -.PHONY: all clean document estimate sipnet transpose subsetData doxygen - test $(SIPNET_TEST_DIRS) pretest posttest $(SIPNET_LIB) testrun - $(SIPNET_TEST_DIRS_RUN) testclean $(SIPNET_TEST_DIRS_CLEAN) +.PHONY: all clean document estimate sipnet transpose subsetData doxygen \ + test $(SIPNET_TEST_DIRS) pretest posttest $(SIPNET_LIB) testrun \ + $(SIPNET_TEST_DIRS_RUN) testclean $(SIPNET_TEST_DIRS_CLEAN) help help: @echo "Available targets:"