summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-14 11:12:27 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-14 11:12:27 +0000
commit89c26752465f79845d6b8514a155dfbf4b01d083 (patch)
tree6c08953d1ba3d6107048cf7c57f8367605bdb7ce
parent00ebcacf6e5da3af116b42d9ed01a37a4c715a69 (diff)
downloadcrawl-ref-89c26752465f79845d6b8514a155dfbf4b01d083.tar.gz
crawl-ref-89c26752465f79845d6b8514a155dfbf4b01d083.zip
r99@xenon: dshaligram | 2006-09-14 16:43:00 +051800
* Default makefile is Linux. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@39 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index 0bfe2331f6..9dc90ac5ad 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -4,14 +4,13 @@
#Makefile chooser. Choose one:
-#MAKEFILE = makefile.lnx
+MAKEFILE = makefile.lnx
#MAKEFILE = makefile.sgi
#MAKEFILE = makefile.dos
#MAKEFILE = makefile.emx
#MAKEFILE = makefile.sol
#MAKEFILE = makefile.osx
-
-MAKEFILE = makefile.mgw
+#MAKEFILE = makefile.mgw
#jmf: number of concurrent jobs -- good value is (#_of_CPUs * 2) + 1
# cuts build time a lot on multi-cpu machines