diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.m32 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Makefile.m32 b/src/Makefile.m32 index f0085a0d8..0822e3a8e 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -206,8 +206,6 @@ endif RESOURCE = curl.res -.SUFFIXES: .rc .res - all: $(curl_PROGRAMS) @@ -224,10 +222,10 @@ hugehelp.c: @echo Creating $@ @$(CP) hugehelp.c.cvs $@ -.c.o: +%.o: %.c $(CC) $(INCLUDES) $(CFLAGS) -c $< -.rc.res: +%.res: %.rc $(RC) $(RCFLAGS) $< -o $@ clean: |