diff options
| author | 2023-06-01 13:01:11 +0200 | |
|---|---|---|
| committer | 2023-06-01 13:01:11 +0200 | |
| commit | a98075934ece8c7ff351f8449f6515c12b9feec8 (patch) | |
| tree | 05ee8b8f4e6119b693b2460b4761cf3166b79637 /Makefile | |
| parent | 82cac0ae5d4e335719445857ab16ffdf05413222 (diff) | |
struct args and return
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |