summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGabriel Kerneis2013-10-04 16:22:10 +0100
committerGabriel Kerneis2013-10-04 16:22:36 +0100
commit59743ba08d0f3a3237b5316a7395ead732199ed8 (patch)
treec38b9064c89f82f0151b21312b95b04d1a10a6aa /Makefile
parent9934af065d693b76b8a67879f042145296b29813 (diff)
Clean up build system
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 00000000..e1a13cba
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+.PHONY: all src language
+
+all: src language
+
+src:
+ $(MAKE) -C $@
+
+language:
+ $(MAKE) -C $@