From 0df03f02f70d674d10bec9eef76bdfc9ed3255f4 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Mon, 26 May 2014 08:34:25 +0300 Subject: misc --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index c47d78e..479e14e 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,11 @@ LDFLAGS += CPPFLAGS += -Isrc LDLIBS += -luv +all: libuvh.a examples + +.PHONY: examples +examples: hello chunked fileserver + libuvh.a: src/uvh.o src/http_parser.o src/sds.o $(AR) rcs $@ $^ @@ -25,3 +30,5 @@ clean: rm -f examples/*.o rm -f libuvh.a rm -f hello + rm -f chunked + rm -f fileserver -- cgit v1.2.3