From 319403d7e9de003f38469e19b8eb5fbd4e6a5d7f Mon Sep 17 00:00:00 2001
From: Tristan Williams <tgwil@tgwil.net>
Date: Mon, 4 Nov 2024 05:17:48 -0500
Subject: Fix old reference to the project I copied this template from

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index 2c5e5f4..e6a9ce8 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ test:
 # Clean everything
 .PHONY: clean
 clean:
-	@if test -f fash; then rm -f fash && echo "rm: SYSTEM"; fi
+	@if test -f SYSTEM; then rm -f SYSTEM && echo "rm: SYSTEM"; fi
 
 
 # Copyright © 2024 <copyright holders>
-- 
cgit v1.2.3