aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2023-06-14 09:14:10 +0200
committerlemon <lsof@mailbox.org>2023-06-14 10:00:39 +0200
commit023692751f66866dfc72c48d288f33875faa65f0 (patch)
treed838487b605735286b3e612cf66d228dfa902026 /Makefile
parent5757079cf72d426144f3f3bc7ff6e2c3bccab50d (diff)
rename
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f7f86a4..73de595 100644
--- a/Makefile
+++ b/Makefile
@@ -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)