aboutsummaryrefslogtreecommitdiff
path: root/hiper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hiper/Makefile')
-rw-r--r--hiper/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/hiper/Makefile b/hiper/Makefile
index 7989d060a..aee1cdde9 100644
--- a/hiper/Makefile
+++ b/hiper/Makefile
@@ -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