]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - makefile.inc
change how offsetmapping bias works for less artifacts in offsetmapping mode
[xonotic/darkplaces.git] / makefile.inc
index 176e384ec57e9cf60bcfc518574c50a4e8de2df4..dd55442a6b02be277ce1d47d08d83582accc6bdb 100644 (file)
@@ -358,19 +358,19 @@ help:
        @echo
 
 debug :
-       $(MAKE) sv-debug cl-debug sdl-debug
+       $(MAKE) $(TARGETS_DEBUG)
 
 profile :
-       $(MAKE) sv-profile cl-profile sdl-profile
+       $(MAKE) $(TARGETS_PROFILE)
 
 release :
-       $(MAKE) sv-release cl-release sdl-release
+       $(MAKE) $(TARGETS_RELEASE)
 
 release-profile :
-       $(MAKE) sv-release-profile cl-release-profile sdl-release-profile
+       $(MAKE) $(TARGETS_RELEASE_PROFILE)
 
 nexuiz :
-       $(MAKE) sv-nexuiz cl-nexuiz sdl-nexuiz
+       $(MAKE) $(TARGETS_NEXUIZ)
 
 cl-debug :
        $(MAKE) bin-debug \