aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-01-26 21:00:02 +0000
committerGunter Knauf <gk@gknw.de>2007-01-26 21:00:02 +0000
commit56580fc6f8332cd459290a4abf8324003748feb4 (patch)
treebaedc0c7ad73f731f9d36a26a825308503e078ac
parent2e6600425ee151b38238f4bfc7c6de8f6ba37c6e (diff)
remove the res file too with clean target.
-rw-r--r--src/Makefile.m324
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.m32 b/src/Makefile.m32
index 9765adef3..46eebaf5e 100644
--- a/src/Makefile.m32
+++ b/src/Makefile.m32
@@ -20,6 +20,8 @@ ZLIB_PATH = ../../zlib-1.2.3
endif
CC = gcc
+CFLAGS = -g -O2
+LDFLAGS =
RC = windres
RCFLAGS = --include-dir=../include -O COFF -i
RM = rm -f
@@ -33,8 +35,6 @@ STRIP = strip -s
## Nothing more to do below this line!
INCLUDES = -I. -I.. -I../include -I../lib -I$(ZLIB_PATH)
-CFLAGS = -g -O2
-LDFLAGS =
COMPILE = $(CC) $(INCLUDES) $(CFLAGS)
LINK = $(CC) $(LDFLAGS) -o $@