summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.osx
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makefile.osx')
-rw-r--r--crawl-ref/source/makefile.osx4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/makefile.osx b/crawl-ref/source/makefile.osx
index 69c78b127e..396f5559d1 100644
--- a/crawl-ref/source/makefile.osx
+++ b/crawl-ref/source/makefile.osx
@@ -13,7 +13,7 @@ all: $(GAME)
install:
xcodebuild -project $(PROJECT) -target $(GAME) -configuration Release install
-clean:
+clean:
xcodebuild -project $(PROJECT) -target $(GAME) -configuration Release clean
xcodebuild -project $(PROJECT) -target $(GAME) -configuration Debug clean
xcodebuild -project $(PROJECT) -target $(GAME) -configuration Wizard clean
@@ -31,7 +31,7 @@ distclean: clean
$(GAME):
xcodebuild -project $(PROJECT) -target $(GAME) -configuration Release build
-debug:
+debug:
xcodebuild -project $(PROJECT) -target $(GAME) -configuration Debug build
wizard: