summaryrefslogtreecommitdiff
path: root/Examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/Makefile')
-rw-r--r--Examples/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Examples/Makefile b/Examples/Makefile
new file mode 100644
index 0000000..2f74b32
--- /dev/null
+++ b/Examples/Makefile
@@ -0,0 +1,5 @@
+all:
+ cd simple; $(MAKE)
+
+clean:
+ cd simple; $(MAKE) clean