summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-25 22:54:54 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-25 22:54:54 -0700
commit10122d4ef098e941bf69116977ae97ea85e40e7e (patch)
treef672e14fc68defb95a51e68df46aaffc1c94d8c1 /crawl-ref/source/makefile
parentb48afbe7605d10bac571b04e1b3004a80d65faa5 (diff)
downloadcrawl-ref-10122d4ef098e941bf69116977ae97ea85e40e7e.tar.gz
crawl-ref-10122d4ef098e941bf69116977ae97ea85e40e7e.zip
makefile: don't fail 'distclean' target on Mac
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/makefile')
-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.