diff options
| author | 2023-06-13 20:08:24 +0200 | |
|---|---|---|
| committer | 2023-06-13 20:08:24 +0200 | |
| commit | 5757079cf72d426144f3f3bc7ff6e2c3bccab50d (patch) | |
| tree | 841366640a6bb6b26f2dd6454aa32180282c53c2 /Makefile | |
| parent | 85530429ac0c5512d51cf52fa07022452791c1c4 (diff) | |
rename parse.c -> c.c
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -SRC=main.c io.c mem.c parse.c lex.c type.c targ.c eval.c ir.c irdump.c intrin.c abi0.c regalloc.c amd64/sysv.c amd64/isel.c amd64/emit.c obj.c +SRC=main.c io.c mem.c c.c lex.c type.c targ.c eval.c ir.c irdump.c intrin.c abi0.c regalloc.c amd64/sysv.c amd64/isel.c amd64/emit.c obj.c CFLAGS=-Wall -std=c11 -pedantic OBJ=$(patsubst %.c,obj/%.o,$(SRC)) DEP=$(OBJ:.o=.d) |