Commit af2d899d authored by Guenter Knauf's avatar Guenter Knauf
Browse files

removed asm rules since we have no asm in the sources, and this produced 2 warnings.

parent d5ed9f78
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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 $@