mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-19 15:01:13 +00:00
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:
parent
65138b6212
commit
b3278577bb
1 changed files with 3 additions and 3 deletions
|
@ -980,10 +980,10 @@ SV_DIR?=sv_sdl
|
||||||
|
|
||||||
.default: help
|
.default: help
|
||||||
all: rel
|
all: rel
|
||||||
rel: sv-rel gl-rel mingl-rel m-rel
|
rel: sv-rel gl-rel mingl-rel
|
||||||
dbg: sv-dbg gl-dbg mingl-dbg m-dbg
|
dbg: sv-dbg gl-dbg mingl-dbg
|
||||||
relcl: glcl-rel mcl-rel
|
relcl: glcl-rel mcl-rel
|
||||||
profile: sv-profile gl-profile mingl-profile m-profile
|
profile: sv-profile gl-profile mingl-profile
|
||||||
|
|
||||||
releases:
|
releases:
|
||||||
#this is for releasing things from a linux box
|
#this is for releasing things from a linux box
|
||||||
|
|
Loading…
Reference in a new issue