aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2014-01-01 22:20:11 +0100
committerDrahflow <drahflow@gmx.de>2014-01-01 22:20:11 +0100
commit5427dd384017d27dc3f86fc23aa0019a9defe8e7 (patch)
tree5081f85f4e29b9e56c345cd248954412d15f1413 /Makefile
parent84a3531334fb171b9740e785eddcfd8b7139261c (diff)
sys .argv initialized meaningfully
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3cb2f35..76a011f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-all: elymas/loaded
+all: elymas/loaded elymas/shared
-elymas/loaded: elymas/interpreter $(shell find elymas/ -name '*.ey' )
+elymas/loaded elymas/shared: elymas/interpreter $(shell find elymas/ -name '*.ey' )
cd elymas && $(MAKE)
elymas/interpreter: elymas/interpreter.ey compiler/*.ey interpreter/Metal.so interpreter/ACME