From: havoc Date: Fri, 6 May 2005 04:29:25 +0000 (+0000) Subject: enabled SDL builds by default (in addition to cl and dedicated) X-Git-Tag: xonotic-v0.1.0preview~4949 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=81311d1537d6a238acaf1ad6b397d0ea8a09a291;p=xonotic%2Fdarkplaces.git enabled SDL builds by default (in addition to cl and dedicated) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5230 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/makefile.inc b/makefile.inc index 7589c099..ca3e27c7 100644 --- a/makefile.inc +++ b/makefile.inc @@ -256,13 +256,13 @@ help: @echo debug : - $(MAKE) cl-debug sv-debug DP_MAKE_TARGET=$(DP_MAKE_TARGET) + $(MAKE) sdl-debug cl-debug sv-debug DP_MAKE_TARGET=$(DP_MAKE_TARGET) profile : - $(MAKE) cl-profile sv-profile DP_MAKE_TARGET=$(DP_MAKE_TARGET) + $(MAKE) sdl-profile cl-profile sv-profile DP_MAKE_TARGET=$(DP_MAKE_TARGET) release : - $(MAKE) cl-release sv-release DP_MAKE_TARGET=$(DP_MAKE_TARGET) + $(MAKE) sdl-release cl-release sv-release DP_MAKE_TARGET=$(DP_MAKE_TARGET) cl-debug : $(MAKE) bin-debug DP_MAKE_TARGET=$(DP_MAKE_TARGET) \