From a3257e524fd4b78a89ac89da0a2dc477a925cb09 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 27 Nov 2011 16:17:02 +0000 Subject: [PATCH] divVerent was not happy! git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3925 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/qclib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/engine/qclib/Makefile b/engine/qclib/Makefile index 40a721c64..786d22e32 100644 --- a/engine/qclib/Makefile +++ b/engine/qclib/Makefile @@ -6,7 +6,8 @@ WIN32GUI_OBJS=qccgui.o qccguistuff.o TUI_OBJS=qcctui.o LIB_OBJS= -CC=gcc -Wall +CC?=gcc +CFLAGS?=-Wall all: qcc