mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:24:15 +03:00
build ulimiter too
This commit is contained in:
parent
50ec78b488
commit
a6494602fd
1 changed files with 5 additions and 0 deletions
|
|
@ -7,12 +7,17 @@ LDFLAGS = -lcrypt -lidn -lssl -lcrypto -ldl -lz -lresolv -L../ares/.libs -lcares
|
|||
LIBCURL = -L../lib/.libs/ -lcurl
|
||||
CFLAGS = -I../include -g -DHAVE_CURL_MULTI_SOCKET
|
||||
|
||||
all: hiper ulimiter
|
||||
|
||||
hiper: hiper.o $(LIBCURL)
|
||||
$(CC) -o $@ $< $(LIBCURL) $(LDFLAGS)
|
||||
|
||||
hiper.o: hiper.c
|
||||
$(CC) $(CFLAGS) -c $<
|
||||
|
||||
ulimiter: ulimiter.c
|
||||
$(CC) -o $@ $<
|
||||
|
||||
clean:
|
||||
rm hiper.o hiper
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue