summary refs log tree commit diff
path: root/www/git.causal.agency
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-20 18:37:21 +0000
committerJune McEnroe <june@causal.agency>2021-01-20 18:37:21 +0000
commitad70f283b3818756ba710af003ec2469d23fdf7c (patch)
treee9f69de73874e727b06af0ee559b47347e8374ec /www/git.causal.agency
parentRemove Lua support (diff)
downloadsrc-ad70f283b3818756ba710af003ec2469d23fdf7c.tar.gz
src-ad70f283b3818756ba710af003ec2469d23fdf7c.zip
Add all target to git.causal.agency Makefile
Diffstat (limited to 'www/git.causal.agency')
-rw-r--r--www/git.causal.agency/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/git.causal.agency/Makefile b/www/git.causal.agency/Makefile
index 6fdbf129..6bf52f5a 100644
--- a/www/git.causal.agency/Makefile
+++ b/www/git.causal.agency/Makefile
@@ -5,6 +5,8 @@ LIBEXEC = /usr/local/libexec
 BIN = ../../bin
 BINS = about-filter source-filter hilex htagml mtags
 
+all: ${BINS}
+
 install: cgitrc custom.css ${BINS}
 	install -m 644 cgitrc ${ETC}
 	install -m 644 custom.css ${WWW}