From: Kevin M. Rosenberg Date: Tue, 13 Feb 2018 00:40:09 +0000 (-0700) Subject: Improve examples make target names X-Git-Url: http://git.kpe.io/?p=snark14.git;a=commitdiff_plain;h=63a97f8283cc62c33261d5ea41e678cc2a09eb9c Improve examples make target names --- diff --git a/examples/Makefile b/examples/Makefile index 5ed7d85..d5111c3 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,18 +1,18 @@ -.PHONY: all run_all regression +.PHONY: all run test output clean -all: - @echo "Useful targets: run_all, regression, results" - -run_all: .have_run +all: run + @echo "Useful make targets: run, test, output" .have_run: @./run_all @touch .have_run -regression: .have_run +run: .have_run + +test: .have_run @./regression -results: .have_run +output: .have_run @less */b[0-9].out */b[0-9][0-9].out clean: