Skip to content

Commit

Permalink
add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hiboma committed Dec 2, 2013
1 parent 94b36f7 commit 5e034d2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Makefile
@@ -0,0 +1,17 @@

PRXS_DIR=/usr/bin
PRXS=$(PRXS_DIR)/prxs
LIBS=/usr/local/lib
SOURCE=mod_limit_login_post_pass.c

mod_libmemcached_deny.so:
$(PRXS) -c $(SOURCE)

install: mod_libmemcached_deny.so
$(PRXS) $(SOURCE) -i

clean:
rm -v *.la
rm -v *.lo
rm -v *.o
rm -frv .libs

0 comments on commit 5e034d2

Please sign in to comment.