From d10983c138d1ce97f13b61750e0fcfd78a3d9088 Mon Sep 17 00:00:00 2001
From: June McEnroe <june@causal.agency>
Date: Wed, 20 Jan 2021 18:37:21 +0000
Subject: Add all target to git.causal.agency Makefile

---
 www/git.causal.agency/Makefile | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'www/git.causal.agency/Makefile')

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}
-- 
cgit 1.4.1