add ubuntu package to INSTALL
[snark14.git] / examples / Makefile
index a1bfcdeace73c48f5c3df91e47360d5f808ae045..d5111c3855c0ebcd779e296313ff71c401612378 100644 (file)
@@ -1,22 +1,22 @@
-.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:
        @rm -f */b[0-9][0-9].out */b1[0-9].out */file11 */prjfil */recfil */eval */src/.o */punch b*/src/*.o */MAPUser1  */snark.lock b*/bin/*
-       @rm -f b11/RPRTsuperiorization b11/RPRTklds b9/snark_e.in b9/snark_e.out b9/testem.1 b9/fomfil.1
+       @rm -f */RPRTsuperiorization */RPRTklds b9/snark_e.in b9/snark_e.out b9/testem.1 b9/fomfil.1
        @rm -f .have_run