diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-03-25 04:44:09 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-03-25 04:44:09 +0800 |
commit | 67278caff081fa2e2047d807023f5ebb51afa574 (patch) | |
tree | 529ed8335439cd547f4b536f089d35aa11e8caad /web/Makefile | |
parent | 4670a39b82ad53300228038a48b38ec885292af1 (diff) | |
download | pttbbs-67278caff081fa2e2047d807023f5ebb51afa574.tar pttbbs-67278caff081fa2e2047d807023f5ebb51afa574.tar.gz pttbbs-67278caff081fa2e2047d807023f5ebb51afa574.tar.bz2 pttbbs-67278caff081fa2e2047d807023f5ebb51afa574.tar.lz pttbbs-67278caff081fa2e2047d807023f5ebb51afa574.tar.xz pttbbs-67278caff081fa2e2047d807023f5ebb51afa574.tar.zst pttbbs-67278caff081fa2e2047d807023f5ebb51afa574.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@711 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'web/Makefile')
-rw-r--r-- | web/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/Makefile b/web/Makefile index bff43078..42a1a84a 100644 --- a/web/Makefile +++ b/web/Makefile @@ -1,4 +1,6 @@ all: mod_ptt.c mod_ptt.h - apxs -I ../include -c mod_ptt.c + apxs -I ../include -c mod_ptt.c util_cache.c util_passwd.c 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 |