diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-10-09 20:25:34 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-10-09 20:25:34 -0400 |
commit | 6d66081be0b1b26ce55a6f1a2a20644e2ae5c7f7 (patch) | |
tree | c640959549062ff3af421cced48dd1affa862248 | |
parent | 2145af4a3ef133e4084015792b7d541f3e653edc (diff) |
minor tweak to make tidy.
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |