summaryrefslogtreecommitdiff
path: root/Examples/Makefile
diff options
context:
space:
mode:
authorJasperVanEck <jaspergkurtz@gmail.com>2013-11-28 10:02:43 +0100
committerJasperVanEck <jaspergkurtz@gmail.com>2013-11-28 10:02:43 +0100
commit815ad7ce6e7b129c52891446d1ecf10390b34dac (patch)
tree6f983a8ade641ae09f69682b45d6a5596d23a0d3 /Examples/Makefile
parent4d85e028c2f05ea1dfc8c5797db4703deb6c698e (diff)
Moved tests to Examples
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