aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Williams <tgwil@tgwil.net>2024-11-04 05:17:48 -0500
committerTristan Williams <tgwil@tgwil.net>2024-11-04 05:17:48 -0500
commit319403d7e9de003f38469e19b8eb5fbd4e6a5d7f (patch)
tree917ee0de8fe8dd8eece8ae79ee6880752e8a02fa
parentLimit LICENSE.txt to 80 char lines for improved readability (diff)
downloadtemplate.cl-stable.tar.gz
template.cl-stable.tar.bz2
template.cl-stable.zip
Fix old reference to the project I copied this template fromHEADstable
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c5e5f4..e6a9ce8 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ test:
28# Clean everything 28# Clean everything
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 SYSTEM; then rm -f SYSTEM && echo "rm: SYSTEM"; fi
32 32
33 33
34# Copyright © 2024 <copyright holders> 34# Copyright © 2024 <copyright holders>