]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Remove cl-release and similar targets from makefile as they no longer exist.
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 16 Jun 2018 17:46:08 +0000 (17:46 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 16 Jun 2018 17:46:08 +0000 (17:46 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12435 d7cf8633-e32d-0410-b094-e92efae38249

makefile

index 70b297dce0de3cc9ebe2caf0a794b5ac26b87563..d7f3e6d273cb176e06572ca7850fc9cd748e1fe8 100644 (file)
--- a/makefile
+++ b/makefile
@@ -68,11 +68,11 @@ else
 endif
 
 # default targets
-TARGETS_DEBUG=sv-debug cl-debug sdl-debug
-TARGETS_PROFILE=sv-profile cl-profile sdl-profile
-TARGETS_RELEASE=sv-release cl-release sdl-release
-TARGETS_RELEASE_PROFILE=sv-release-profile cl-release-profile sdl-release-profile
-TARGETS_NEXUIZ=sv-nexuiz cl-nexuiz sdl-nexuiz
+TARGETS_DEBUG=sv-debug sdl-debug
+TARGETS_PROFILE=sv-profile sdl-profile
+TARGETS_RELEASE=sv-release sdl-release
+TARGETS_RELEASE_PROFILE=sv-release-profile sdl-release-profile
+TARGETS_NEXUIZ=sv-nexuiz sdl-nexuiz
 
 ###### Optional features #####
 DP_VIDEO_CAPTURE?=enabled