summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Makefile
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2013-04-04 21:33:04 -0400
committerSamuel Bronson <naesten@gmail.com>2013-04-04 22:02:06 -0400
commit2fef9f5ce8015401bac266ceb32d4010d2b6f483 (patch)
tree70f702defbb94ca75f13405d4bf1915b298b05b5 /crawl-ref/source/Makefile
parent8491efc42dee3d2d3ed5c98d64c5dd2b1e31f733 (diff)
downloadcrawl-ref-2fef9f5ce8015401bac266ceb32d4010d2b6f483.tar.gz
crawl-ref-2fef9f5ce8015401bac266ceb32d4010d2b6f483.zip
Clean rltiles/tiledef-unrand.cc in the right Makefile.
Diffstat (limited to 'crawl-ref/source/Makefile')
-rw-r--r--crawl-ref/source/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/Makefile b/crawl-ref/source/Makefile
index 94ac818db0..7268ab893b 100644
--- a/crawl-ref/source/Makefile
+++ b/crawl-ref/source/Makefile
@@ -1350,7 +1350,8 @@ clean: clean-rltiles clean-webserver clean-android
+$(MAKE) -C $(UTIL) clean
$(RM) $(GAME) $(GAME).exe $(GENERATED_FILES) $(EXTRA_OBJECTS) libw32c.o\
libunix.o $(ALL_OBJECTS) $(ALL_OBJECTS:.o=.d) *.ixx \
- .contrib-libs .cflags AppHdr.h.gch AppHdr.h.d util/fake_pty
+ .contrib-libs .cflags AppHdr.h.gch AppHdr.h.d util/fake_pty \
+ rltiles/tiledef-unrand.cc
$(RM) -r build-win
$(RM) -r build