Fix Makefile to target sdl correctly

This commit is contained in:
Ronald Kinard 2014-08-04 00:04:03 -05:00
parent c028c83235
commit a0f959e597
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ LIBS+=-lm
endif
ifdef SDL
include sdl2/Makefile.cfg
include sdl/Makefile.cfg
endif #ifdef SDL
ifdef DISTCC