summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi@gmail.com>2018-05-31 19:47:03 -0400
committerRangi <remy.oukaour+rangi@gmail.com>2018-05-31 19:47:03 -0400
commita7e358cd7e3bb99b3189afe753831656fcc0c354 (patch)
tree427b19b7c18c5aed088301e854a7efb506453e4b /Makefile
parentbd9e0d92c0a097c42d7fbb2ab90fdd02e0290088 (diff)
Keep pokemon data in data/pokemon
Don't print "Here" a lot 'make mostlyclean' needs to remove .d files in case a file was renamed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cb1cfb8..233f9a9 100644
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,7 @@ clean:
.PHONY: mostlyclean
mostlyclean:
rm -rf $(ROMS) $(OBJS) $(ROMS:.gb=.sym) $(ROMS:.gb=.map)
+ find . \( -iname '*.d' \) -exec rm {} +
$(ROMS): $(OBJS)
$(RGBLINK) -d -n $(@:.gb=.sym) -m $(@:.gb=.map) -O $(BASEROM) -o $@ $^