summaryrefslogtreecommitdiffstats
path: root/web/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'web/Makefile')
-rw-r--r--web/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/Makefile b/web/Makefile
new file mode 100644
index 00000000..44830419
--- /dev/null
+++ b/web/Makefile
@@ -0,0 +1,4 @@
+all: mod_ptt.c mod_ptt.h
+ apxs -I ../include -c mod_ptt.c
+ cp mod_ptt.so /usr/local/libexec/apache/mod_ptt.so
+ chmod 755 /usr/local/libexec/apache/mod_ptt.so