summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/makefile2
-rw-r--r--crawl-ref/source/makefile.dos6
-rw-r--r--crawl-ref/source/makefile.osx4
-rw-r--r--crawl-ref/source/mon-pick.h2
4 files changed, 7 insertions, 7 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index 69e243b507..9e1ded2ab6 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -44,7 +44,7 @@ wizard:
debug:
$(MAKE) $(OTHER) -f $(MAKEFILE) DEBUG_CRAWL=y debug EXTRA_FLAGS='-g -DFULLDEBUG -DWIZARD'
-# [dshaligram] The individual makefile need not necessarily support
+# [dshaligram] The individual makefile need not necessarily support
# package-source; only makefile.unix does at the moment.
package-source:
$(MAKE) -f $(MAKEFILE) package-source
diff --git a/crawl-ref/source/makefile.dos b/crawl-ref/source/makefile.dos
index 367235ee27..ea64341147 100644
--- a/crawl-ref/source/makefile.dos
+++ b/crawl-ref/source/makefile.dos
@@ -138,11 +138,11 @@ clean-sql:
cd $(WORKDIR)
distclean: clean-lua clean-sql
- $(DELETE) *.o
+ $(DELETE) *.o
$(DELETE) bones.*
$(DELETE) morgue.txt
- $(DELETE) scores
- $(DELETE) $(APPNAME)
+ $(DELETE) scores
+ $(DELETE) $(APPNAME)
$(DELETE) *.sav
$(DELETE) core
$(DELETE) *.0*
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:
diff --git a/crawl-ref/source/mon-pick.h b/crawl-ref/source/mon-pick.h
index 6b2785a7ce..0776b731f1 100644
--- a/crawl-ref/source/mon-pick.h
+++ b/crawl-ref/source/mon-pick.h
@@ -85,7 +85,7 @@ int mons_tartarus_level(int mcls);
int mons_tartarus_rare(int mcls);
int mons_tomb_level(int mcls);
int mons_tomb_rare(int mcls);
-int mons_caverns_level(int mcls);
+int mons_caverns_level(int mcls);
int mons_caverns_rare(int mcls);
#endif