aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2013-08-06 10:49:42 +0200
committerDrahflow <drahflow@gmx.de>2013-08-06 10:49:42 +0200
commit25e3b82ed8bb21b84f1881efa4be5d3df0a52698 (patch)
tree0c966568b1bc372180c2119d3cae68f6b275e2fb /Makefile
parent7c6ad5673f860754637f62187e69c84f150de441 (diff)
First steps towards a standard library
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..3e8d12b
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+all: elymas/interpreter
+
+elymas/interpreter: elymas/interpreter.ey compiler/*.ey
+ cd compiler && \
+ ../interpreter/elymas elymas.ey ../elymas/interpreter.ey
+ mv -v compiler/interpreter $@