aboutsummaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile')
-rw-r--r--[l---------]examples/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index d0b0e8e..46ef826 120000..100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -1 +1,8 @@
-../Makefile \ No newline at end of file
+
+.PHONY: simpletest clean
+
+simpletest:
+ @$(MAKE) -C $@
+
+clean:
+ @$(MAKE) -C simpletest clean