From e56d25a21504d2c9ad8c37f4fb115e460a28beeb Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 30 Sep 2022 10:46:20 -0400 Subject: Add alphabet ranking page Did I need to spend even the small amount of time I spent on this? No. --- www/causal.agency/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/causal.agency/Makefile') diff --git a/www/causal.agency/Makefile b/www/causal.agency/Makefile index 75849db0..d406eb23 100644 --- a/www/causal.agency/Makefile +++ b/www/causal.agency/Makefile @@ -1,6 +1,6 @@ WEBROOT = /var/www/causal.agency -FILES = index.html style.css scheme.css scheme.png +FILES = index.html style.css scheme.css scheme.png alpha.html all: ${FILES} -- cgit 1.4.1