mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
removed asm rules since we have no asm in the sources, and this produced 2 warnings.
This commit is contained in:
parent
d5ed9f787f
commit
af2d899d6b
@ -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 $@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user