mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Add warnings for tools
This commit is contained in:
parent
59a27d5907
commit
0aee932b5f
@ -1,7 +1,7 @@
|
|||||||
.PHONY: all clean
|
.PHONY: all clean
|
||||||
|
|
||||||
CC := gcc
|
CC := gcc
|
||||||
CFLAGS := -std=c99
|
CFLAGS := -std=c99 -Wall -Wextra
|
||||||
|
|
||||||
tools := \
|
tools := \
|
||||||
lzcomp \
|
lzcomp \
|
||||||
|
Loading…
Reference in New Issue
Block a user