mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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…
Add table
Reference in a new issue