diff examples/Makefile @ 252:fbdb69cb1b53

Add examples to new build system
author Jamie Bullock <jamie@jamiebullock.com>
date Fri, 07 Nov 2014 12:45:35 +0000
parents bc1fc8985170
children 4a443da2eb65
line wrap: on
line diff
--- a/examples/Makefile	Thu Nov 06 17:29:37 2014 +0000
+++ b/examples/Makefile	Fri Nov 07 12:45:35 2014 +0000
@@ -1,1 +1,8 @@
-../Makefile
\ No newline at end of file
+
+.PHONY: simpletest clean
+
+simpletest:
+	@$(MAKE) -C $@
+
+clean:
+	@$(MAKE) -C simpletest clean