Adding 3 example Makefiles to track list.
[Faustine.git] / examples / sinwave / Makefile
diff --git a/examples/sinwave/Makefile b/examples/sinwave/Makefile
new file mode 100644 (file)
index 0000000..4a495a4
--- /dev/null
@@ -0,0 +1,7 @@
+all: clean sin
+
+sin: sin.dsp
+       faustine -d $<
+
+clean::
+       rm -f gmon.out output*