mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
tools: Default to gcc.
This gives Cygwin users an easier time at the expense of defaulting to gcc.
This commit is contained in:
parent
3c8d034a6f
commit
7b3f0693d5
@ -1,5 +1,6 @@
|
|||||||
.PHONY: all clean
|
.PHONY: all clean
|
||||||
|
|
||||||
|
CC := gcc
|
||||||
CFLAGS := -std=c99
|
CFLAGS := -std=c99
|
||||||
|
|
||||||
tools := \
|
tools := \
|
||||||
|
Loading…
Reference in New Issue
Block a user