Cleaning the examples' Makefiles and octaves scripts.
[Faustine.git] / examples / primitives / Makefile
diff --git a/examples/primitives/Makefile b/examples/primitives/Makefile
new file mode 100644 (file)
index 0000000..80d4dbd
--- /dev/null
@@ -0,0 +1,11 @@
+EXAMPLE = primitives
+SRC = $(EXAMPLE).dsp
+SAMPLES = 30
+
+all: clean $(EXAMPLE)
+
+$(EXAMPLE): $(SRC)
+       faustine -d $(SRC) -t $(SAMPLES) --oformat csv
+
+clean::
+       rm -f gmon.out output*