diff --git a/cameo/test/2/Makefile b/cameo/test/2/Makefile new file mode 100644 index 0000000..83cd302 --- /dev/null +++ b/cameo/test/2/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/2/doit b/cameo/test/2/doit new file mode 100755 index 0000000..0f171d1 --- /dev/null +++ b/cameo/test/2/doit @@ -0,0 +1,8 @@ +#!/bin/sh +../../cameo <