summaryrefslogtreecommitdiffstats
path: root/trunk/source/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/makefile')
-rw-r--r--trunk/source/makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/trunk/source/makefile b/trunk/source/makefile
index 9e99a03c37..348d21a67b 100644
--- a/trunk/source/makefile
+++ b/trunk/source/makefile
@@ -1,3 +1,7 @@
+#
+# Modified for Crawl Reference by $Author$ on $Date$
+#
+
#Makefile chooser. Choose one:
MAKEFILE = makefile.lnx
@@ -5,10 +9,11 @@ MAKEFILE = makefile.lnx
#MAKEFILE = makefile.dos
#MAKEFILE = makefile.emx
#MAKEFILE = makefile.sol
+#MAKEFILE = makefile.osx
#jmf: number of concurrent jobs -- good value is (#_of_CPUs * 2) + 1
# cuts build time a lot on multi-cpu machines
-OTHER=-j2
+#OTHER=-j2
all:
$(MAKE) $(OTHER) -f $(MAKEFILE) EXTRA_FLAGS='-O2 -fno-strength-reduce'