aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.m326
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Makefile.m32 b/src/Makefile.m32
index 33e219f92..777cbaead 100644
--- a/src/Makefile.m32
+++ b/src/Makefile.m32
@@ -97,12 +97,6 @@ curl.exe: curl.res $(curl_OBJECTS) $(curl_DEPENDENCIES)
.c.o:
$(COMPILE) -c $<
-.s.o:
- $(COMPILE) -c $<
-
-.S.o:
- $(COMPILE) -c $<
-
.rc.res:
$(RC) $(RCFLAGS) $< -o $@