Temporarily remove merged release & debug (m-rel & m-dbg) from the
"all" target in the makefile until it's needed git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3295 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
1bb9df702c
commit
a55a2326f2
1 changed files with 2 additions and 2 deletions
|
@ -748,8 +748,8 @@ SV_DIR?=sv_sdl
|
|||
|
||||
.default: help
|
||||
all: rel
|
||||
rel: sv-rel gl-rel m-rel mingl-rel
|
||||
dbg: sv-dbg gl-dbg m-dbg mingl-dbg
|
||||
rel: sv-rel gl-rel mingl-rel
|
||||
dbg: sv-dbg gl-dbg mingl-dbg
|
||||
relcl: glcl-rel mcl-rel
|
||||
|
||||
releases:
|
||||
|
|
Loading…
Reference in a new issue