From: Lukas Krickl Date: Fri, 20 Feb 2026 07:23:52 +0000 (+0100) Subject: chore: fixed makefile clean command X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=5d698a50cf3b26b43723bea73b5fe77f95e94a4e;p=gbrg%2F.git chore: fixed makefile clean command --- 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