rewrite parser
This commit is contained in:
parent
79a504e10b
commit
d716e164e4
4 changed files with 14 additions and 24 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
CFLAGS?= -s -Os -flto -pedantic
|
||||
CFLAGS?= -s -Os -flto -pedantic -Wall
|
||||
CC?=cc
|
||||
all:
|
||||
$(CC) *.c $(CFLAGS) -obot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue