diff options
Diffstat (limited to '')
-rw-r--r-- | www/git.causal.agency/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/git.causal.agency/Makefile b/www/git.causal.agency/Makefile index 0509975f..6fdbf129 100644 --- a/www/git.causal.agency/Makefile +++ b/www/git.causal.agency/Makefile @@ -3,14 +3,14 @@ WWW = /usr/local/www/cgit LIBEXEC = /usr/local/libexec BIN = ../../bin -BINS = about-filter source-filter hilex htagml +BINS = about-filter source-filter hilex htagml mtags install: cgitrc custom.css ${BINS} install -m 644 cgitrc ${ETC} install -m 644 custom.css ${WWW} install ${BINS} ${LIBEXEC} -hilex htagml:: +hilex htagml mtags:: ${MAKE} -C ${BIN} $@ ln -f ${BIN}/$@ $@ |