summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2011-11-12 11:34:07 +0100
committerJoel Klinghed <the_jk@yahoo.com>2011-11-12 11:34:07 +0100
commit3411ddd3e6f9ee43e4eaa0c74935f1af8f36ee9d (patch)
tree5c4b1e34b8f7268096282c6376baaef1f2b966f6 /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..e2ad0f5
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+all:
+ $(MAKE) -C src all
+
+clean:
+ $(MAKE) -C src clean