diff options
| author | 2023-06-14 09:14:10 +0200 | |
|---|---|---|
| committer | 2023-06-14 10:00:39 +0200 | |
| commit | 023692751f66866dfc72c48d288f33875faa65f0 (patch) | |
| tree | d838487b605735286b3e612cf66d228dfa902026 /Makefile | |
| parent | 5757079cf72d426144f3f3bc7ff6e2c3bccab50d (diff) | |
rename
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ SRC=main.c io.c mem.c c.c lex.c type.c targ.c eval.c ir.c irdump.c intrin.c abi0 CFLAGS=-Wall -std=c11 -pedantic OBJ=$(patsubst %.c,obj/%.o,$(SRC)) DEP=$(OBJ:.o=.d) -OUT=cchomp +OUT=antcc all: CFLAGS += -g all: $(OUT) |