diff --git a/cameo/test/Makefile b/cameo/test/Makefile new file mode 100644 index 0000000..83cd302 --- /dev/null +++ b/cameo/test/Makefile @@ -0,0 +1,7 @@ +.PHONY: all plot + +all: + ./doit + +plot: + echo 'plot "in.gp" with lines, "out.gp" with lines' | gnuplot -persist diff --git a/cameo/test/doit b/cameo/test/doit new file mode 100755 index 0000000..d4ef1f8 --- /dev/null +++ b/cameo/test/doit @@ -0,0 +1,10 @@ +#!/bin/sh +../cameo <