From 10122d4ef098e941bf69116977ae97ea85e40e7e Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Sun, 25 Oct 2009 22:54:54 -0700 Subject: makefile: don't fail 'distclean' target on Mac Signed-off-by: Steven Noonan --- crawl-ref/source/makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/makefile') 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. -- cgit v1.2.3-54-g00ecf