mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 15:22:20 +00:00
Fix Makefile to target sdl correctly
This commit is contained in:
parent
c028c83235
commit
a0f959e597
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ LIBS+=-lm
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef SDL
|
ifdef SDL
|
||||||
include sdl2/Makefile.cfg
|
include sdl/Makefile.cfg
|
||||||
endif #ifdef SDL
|
endif #ifdef SDL
|
||||||
|
|
||||||
ifdef DISTCC
|
ifdef DISTCC
|
||||||
|
|
Loading…
Reference in a new issue