diff options
| author | 2023-06-12 12:07:17 +0200 | |
|---|---|---|
| committer | 2023-06-12 12:10:47 +0200 | |
| commit | 984b74da895d7155f68434be9cc9b6d49a77abec (patch) | |
| tree | f8748466b274abd172a1491a6b45cb8dcbfe7d32 /Makefile | |
| parent | 1139df03b0edbf08deb9aa26ade3776be3c1e180 (diff) | |
register renaming and such
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ OBJ=$(patsubst %.c,obj/%.o,$(SRC)) DEP=$(OBJ:.o=.d) OUT=cchomp -all: CFLAGS += -g -Og +all: CFLAGS += -g all: $(OUT) opt: CFLAGS += -O2 |