Add cleaning for example files
[snark14.git] / examples / Makefile
diff --git a/examples/Makefile b/examples/Makefile
new file mode 100644 (file)
index 0000000..f5c92f9
--- /dev/null
@@ -0,0 +1,16 @@
+.PHONY: all run_all regression
+
+all:
+       @echo "Use run_all or regression"
+
+run_all:
+       ./run_all
+
+regression:
+       ./regression
+
+clean:
+       @rm -f */b[0-9].out */b1[0-9].out */file11 */prjfil */recfil */eval */src/.o b1/punch b10/eval \
+       b11/RPRTsuperiorization b11/RPRTklds */MAPUser1 b9/src/*.o b9/snark_e.in b9/snark_e.out \
+       b9/testem.1 b9/fomfil.1 */snark.lock */bin/*
+