From 0bf86c91b41017bcfd72db163b6fda5815ab606b Mon Sep 17 00:00:00 2001 From: Jehiah Czebotar Date: Mon, 9 Nov 2009 20:53:48 +0000 Subject: [PATCH] cleanup makefile for simplehttp; add an install section --- server/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/server/Makefile b/server/Makefile index 1cfb500..d8e27b9 100644 --- a/server/Makefile +++ b/server/Makefile @@ -14,5 +14,10 @@ testserver: testserver.c all: libsimplehttp.a testserver +install: + /usr/bin/install libsimplehttp.a $(LIBEVENT)/lib/ + /usr/bin/install -D simplehttp.h $(LIBEVENT)/include/simplehttp/simplehttp.h + /usr/bin/install -D queue.h $(LIBEVENT)/include/simplehttp/queue.h + clean: rm -rf *.a *.o testserver *.dSYM