diff Makefile @ 0:6479539d1b32

* Importing first cut of Sonic Visualiser's Vamp plugin format SDK
author cannam
date Fri, 31 Mar 2006 14:21:51 +0000
parents
children ad9aa1881a70
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Fri Mar 31 14:21:51 2006 +0000
@@ -0,0 +1,12 @@
+
+
+all:
+	$(MAKE) -C examples all
+
+clean:
+	$(MAKE) -C examples clean
+
+distclean:
+	$(MAKE) -C examples distclean
+	rm -f *~ *.bak $(TARGET)
+