aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTristan Williams <tgwil@tgwil.net>2024-10-29 10:16:34 -0400
committerTristan Williams <tgwil@tgwil.net>2024-10-29 10:16:34 -0400
commitabafb6f35f717ec15edc512d3e7318d497c90dec (patch)
treeb5647300656578be064fbbaffc0b7bc0ba5e76f2 /Makefile
parentRename old thing to SYSTEM (diff)
downloadtemplate.cl-abafb6f35f717ec15edc512d3e7318d497c90dec.tar.gz
template.cl-abafb6f35f717ec15edc512d3e7318d497c90dec.tar.bz2
template.cl-abafb6f35f717ec15edc512d3e7318d497c90dec.zip
Overhaul documentation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a1fb064..5405b15 100644
--- a/Makefile
+++ b/Makefile
@@ -29,3 +29,6 @@ test:
29.PHONY: clean 29.PHONY: clean
30clean: 30clean:
31 @if test -f fash; then rm -f fash && echo "rm: SYSTEM"; fi 31 @if test -f fash; then rm -f fash && echo "rm: SYSTEM"; fi
32
33
34# Copyright © 2024 <copyright holders>