One less WTF.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2807 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Mark Olsen 2007-12-11 15:28:44 +00:00
parent d3ea7bc446
commit c0a4a2b8fe
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
EXTRACFLAGS=-Wall -O2
CC=gcc $(EXTRACFLAGS)
CFLAGS+=-Wall -O2
CC=gcc
STRIP=strip
STRIPFLAGS=--strip-unneeded --remove-section=.comment