summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2011-08-04 18:52:40 +0200
committerTobias Klauser <tklauser@distanz.ch>2011-08-04 18:52:40 +0200
commitd823f65e4660cb93bf9362f8e756ac36a242b5b7 (patch)
treecf37baef955a5a53ff44d4a1d00bf2be8f3985fb /Makefile
Initial commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..c3f956b
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+all:
+ make -C slides
+
+clean:
+ make -C slides clean