]> granicus.if.org Git - curl/commitdiff
remove the res file too with clean target.
authorGunter Knauf <gk@gknw.de>
Fri, 26 Jan 2007 21:00:02 +0000 (21:00 +0000)
committerGunter Knauf <gk@gknw.de>
Fri, 26 Jan 2007 21:00:02 +0000 (21:00 +0000)
src/Makefile.m32

index 9765adef3fe5a70d4047bf5381028d21f4efd4c9..46eebaf5e505ab56b871e9ea55b1694764b34a6f 100644 (file)
@@ -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 $@