add macro

This commit is contained in:
yoyo
2024-09-06 18:18:30 +09:00
parent 8c3a666975
commit b2fd5d250d
8 changed files with 100 additions and 31 deletions

View File

@@ -10,7 +10,7 @@ OFILES=\
parser.o
AS=$(CC) -c
CFLAGS=-c -g -O2 -Wall -std=c99
CFLAGS=-c -g -O0 -Wall -std=c99
all: $(NAME)