summaryrefslogtreecommitdiffstats
path: root/web/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'web/Makefile')
-rw-r--r--web/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/web/Makefile b/web/Makefile
deleted file mode 100644
index 095610b3..00000000
--- a/web/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-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