Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
cleanup makefile for simplehttp; add an install section
Browse files Browse the repository at this point in the history
  • Loading branch information
jehiah committed Nov 9, 2009
1 parent a153263 commit 0bf86c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/Makefile
Expand Up @@ -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

0 comments on commit 0bf86c9

Please sign in to comment.