aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2023-06-01 13:01:11 +0200
committerlemon <lsof@mailbox.org>2023-06-01 13:01:11 +0200
commita98075934ece8c7ff351f8449f6515c12b9feec8 (patch)
tree05ee8b8f4e6119b693b2460b4761cf3166b79637 /Makefile
parent82cac0ae5d4e335719445857ab16ffdf05413222 (diff)
struct args and return
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