From b3278577bbe1bc51f0e14f7cb08f76b262c5a14d Mon Sep 17 00:00:00 2001 From: Lance Date: Fri, 28 Jan 2011 09:56:45 +0000 Subject: [PATCH] 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 --- engine/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/Makefile b/engine/Makefile index 5e3b34fe2..8facc6c40 100644 --- a/engine/Makefile +++ b/engine/Makefile @@ -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