From 5d698a50cf3b26b43723bea73b5fe77f95e94a4e Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Fri, 20 Feb 2026 08:23:52 +0100 Subject: [PATCH] chore: fixed makefile clean command --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index cf1e459..0825c3a 100644 --- a/makefile +++ b/makefile @@ -27,7 +27,7 @@ maps: ./tools/tmx2map.py assets/maps/f1r3.tmx > maps/f1r3.inc ./tools/tmx2map.py assets/maps/f1r4.tmx > maps/f1r4.inc -.PHONY: maps +.PHONY: clean clean: rm -f ./maps/*.inc rm -f ./tiles/*.inc -- 2.30.2