diff options
author | Tristan Williams <tgwil@tgwil.net> | 2024-11-04 05:17:48 -0500 |
---|---|---|
committer | Tristan Williams <tgwil@tgwil.net> | 2024-11-04 05:17:48 -0500 |
commit | 319403d7e9de003f38469e19b8eb5fbd4e6a5d7f (patch) | |
tree | 917ee0de8fe8dd8eece8ae79ee6880752e8a02fa | |
parent | Limit LICENSE.txt to 80 char lines for improved readability (diff) | |
download | template.cl-stable.tar.gz template.cl-stable.tar.bz2 template.cl-stable.zip |
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ test: | |||
28 | # Clean everything | 28 | # Clean everything |
29 | .PHONY: clean | 29 | .PHONY: clean |
30 | clean: | 30 | clean: |
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> |