From a98075934ece8c7ff351f8449f6515c12b9feec8 Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 1 Jun 2023 13:01:11 +0200 Subject: struct args and return --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3