diff options
Diffstat (limited to 'web/Makefile')
-rw-r--r-- | web/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/Makefile b/web/Makefile new file mode 100644 index 00000000..095610b3 --- /dev/null +++ b/web/Makefile @@ -0,0 +1,6 @@ +all: mod_ptt.c mod_ptt.h + apxs -I ../include -c mod_ptt.c ../util/util_cache.c ../util/util_passwd.c ../util/util_record.c + cp mod_ptt.so /usr/local/libexec/apache/mod_ptt.so + chmod 775 /usr/local/libexec/apache/mod_ptt.so +clean: + rm -f *.o *.a *.so |