From: havoc Date: Sat, 16 Jun 2018 17:46:08 +0000 (+0000) Subject: Remove cl-release and similar targets from makefile as they no longer exist. X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=d7ed05d25d0bf8538f48fa631c948205a81c9a83 Remove cl-release and similar targets from makefile as they no longer exist. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12435 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/makefile b/makefile index 70b297dc..d7f3e6d2 100644 --- 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