diff options
author | stag019 <stag019@gmail.com> | 2015-01-18 19:41:59 -0500 |
---|---|---|
committer | stag019 <stag019@gmail.com> | 2015-01-18 19:41:59 -0500 |
commit | 4a8f7d3dd2c8413a88af4cf4f2f42ba0ccf044af (patch) | |
tree | 8e0ac9f4f3d1cae34b3b251f824afc4cb3fecad8 /Makefile | |
parent | 18fe7e25da110ca726059b235f279f344e95dbbf (diff) |
Remove symfiles on clean.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,5 +93,5 @@ poke%.gbc: $$(%_obj) clean: - rm -f $(roms) $(all_obj) + rm -f $(roms) $(all_obj) poke*.sym find . \( -iname '*.1bpp' -o -iname '*.2bpp' -o -iname '*.pic' \) -exec rm {} + |