can override CC
This commit is contained in:
parent
329a1df3b0
commit
9947beb66e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ PATCHLEVEL = 0
|
|||
|
||||
MAKEFLAGS +=-j$(NUM_CORES) -l$(NUM_CORES)
|
||||
|
||||
CC = gcc
|
||||
CC ?= gcc
|
||||
|
||||
GUI ?= sdl
|
||||
OPTIM ?= 2
|
||||
|
|
Loading…
Reference in a new issue