summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-10-09 20:25:34 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-10-09 20:25:34 -0400
commit6d66081be0b1b26ce55a6f1a2a20644e2ae5c7f7 (patch)
treec640959549062ff3af421cced48dd1affa862248
parent2145af4a3ef133e4084015792b7d541f3e653edc (diff)
minor tweak to make tidy.
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index dd1a96ebb..d10505145 100644
--- a/Makefile
+++ b/Makefile
@@ -64,9 +64,7 @@ clean: tidy
find . \( -iname '*.1bpp' -o -iname '*.4bpp' -o -iname '*.8bpp' -o -iname '*.gbapal' -o -iname '*.lz' -o -iname '*.latfont' -o -iname '*.hwjpnfont' -o -iname '*.fwjpnfont' \) -exec rm {} +
tidy:
- rm -f pokeemerald.gba
- rm -f pokeemerald.map
- rm -f pokeemerald.elf
+ rm -f pokeemerald.{gba,map,elf}
rm -r build/*
include graphics_file_rules.mk