summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index 59166a9fcc..a64b25a6d7 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -120,8 +120,11 @@ endif
#
include makefile.obj
+# Just a quick hack to make it clean up
+# tiles-specific object files too.
ifneq (,$(findstring clean,$(MAKECMDGOALS)))
TILES := YesPlease
+UNSUPPORTED_BUILD := YesPlease
endif
# Works for Mac OS X and Linux.