summaryrefslogtreecommitdiffstats
path: root/web/Makefile
blob: bff430789d132edd3a75bab77a6b0946f75f60f4 (plain) (blame)
1
2
3
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 775 /usr/local/libexec/apache/mod_ptt.so