projects
/
gbrg
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b160637
)
chore: fixed makefile clean command
author
Lukas Krickl
<lukas@krickl.dev>
Fri, 20 Feb 2026 07:23:52 +0000
(08:23 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Fri, 20 Feb 2026 07:23:52 +0000
(08:23 +0100)
makefile
patch
|
blob
|
history
diff --git
a/makefile
b/makefile
index cf1e459f2b864a2d0d30042902f55793457b55f7..0825c3adb6ae237357d01ef6acd4206a4bbb868a 100644
(file)
--- 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