mirror of
https://github.com/curl/curl.git
synced 2026-04-18 20:01:42 +03: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
1 changed files with 0 additions and 6 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue