Makefile: remove duplicate default CC
This commit is contained in:
parent
249d50c44c
commit
ed745f139f
1 changed files with 0 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -24,8 +24,6 @@ DOTOS = src/emu_serial.o \
|
|||
|
||||
MAKEFLAGS +=-j$(NUM_CORES) -l$(NUM_CORES)
|
||||
|
||||
CC ?= gcc
|
||||
|
||||
WITH_X11 ?= yes
|
||||
WITH_SDL ?= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue