X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=BSDmakefile;h=ac9793a06a0f6db3a0c065836add4438f2922ff4;hb=6d89dcbc6b8565b1ee3cb7ec63213efde6c7d988;hp=28106df6c7cff170c0cdc214c122e366a01ffdee;hpb=185cc0d95bcef068fdc502466444c1377cf32e56;p=xonotic%2Fdarkplaces.git diff --git a/BSDmakefile b/BSDmakefile index 28106df6..ac9793a0 100644 --- a/BSDmakefile +++ b/BSDmakefile @@ -10,6 +10,14 @@ DP_ARCH != uname # Command used to delete files CMD_RM=$(CMD_UNIXRM) +# 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 + +# X11 libs UNIX_X11LIBPATH=/usr/X11R6/lib # BSD configuration