mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
'make tools' uses -pedantic
This commit is contained in:
parent
13d4d533f7
commit
847e487eef
|
@ -1,7 +1,7 @@
|
|||
.PHONY: all clean
|
||||
|
||||
CC := gcc
|
||||
CFLAGS := -O3 -std=c99 -Wall -Wextra
|
||||
CFLAGS := -O3 -std=c99 -Wall -Wextra -pedantic
|
||||
|
||||
tools := scan_includes gfx pkmncompress
|
||||
|
||||
|
|
Loading…
Reference in a new issue