Let's not try to build merged clients for every OS

git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3725 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Lance 2011-01-28 09:56:45 +00:00
parent 65138b6212
commit b3278577bb
1 changed files with 3 additions and 3 deletions

View File

@ -980,10 +980,10 @@ SV_DIR?=sv_sdl
.default: help
all: rel
rel: sv-rel gl-rel mingl-rel m-rel
dbg: sv-dbg gl-dbg mingl-dbg m-dbg
rel: sv-rel gl-rel mingl-rel
dbg: sv-dbg gl-dbg mingl-dbg
relcl: glcl-rel mcl-rel
profile: sv-profile gl-profile mingl-profile m-profile
profile: sv-profile gl-profile mingl-profile
releases:
#this is for releasing things from a linux box