aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 90bac1b..14824e3 100644
--- a/Makefile
+++ b/Makefile
@@ -19,10 +19,11 @@ obj/%.o: %.c common.h
@mkdir -p `dirname $@`
$(CC) $(CFLAGS) -c -o $@ $<
+ir.h: op.def builtin.def
obj/main.o: parse.h
obj/parse.o: parse.h ir.h
obj/ir.o: ir.h
-obj/irdump.o: ir.h op.def
+obj/irdump.o: ir.h
obj/lex.o: parse.h
obj/eval.o: parse.h
obj/io.o: parse.h keywords.def