From 10e17478b30838229eeffeac1249e1e166cc95d5 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 13 Jan 2021 22:50:32 +0000 Subject: Switch git.causal.agency to hilex and htagml Still missing a shell lexer in hilex, but well... it's shell. --- www/git.causal.agency/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/git.causal.agency/Makefile') diff --git a/www/git.causal.agency/Makefile b/www/git.causal.agency/Makefile index 28e08ba5..0509975f 100644 --- a/www/git.causal.agency/Makefile +++ b/www/git.causal.agency/Makefile @@ -3,16 +3,16 @@ WWW = /usr/local/www/cgit LIBEXEC = /usr/local/libexec BIN = ../../bin -BINS = about-filter source-filter hi +BINS = about-filter source-filter hilex htagml install: cgitrc custom.css ${BINS} install -m 644 cgitrc ${ETC} install -m 644 custom.css ${WWW} install ${BINS} ${LIBEXEC} -hi: ${BIN}/hi.c +hilex htagml:: ${MAKE} -C ${BIN} $@ - cp ${BIN}/$@ $@ + ln -f ${BIN}/$@ $@ clean: rm -f ${BINS} -- cgit 1.4.1