aboutsummaryrefslogtreecommitdiffstats
path: root/code/Makefile
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-09-25 21:46:00 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-09-25 21:46:00 +0000
commit486c79d7d9de397c30c9668a84a68d72ab366d67 (patch)
tree1c330ccc41296e3eb295a3d5dc8a30b7b8b95881 /code/Makefile
parentf88350b2cd66fc278f479ac4af1e6ff4f420507a (diff)
downloadioquake3-aero-486c79d7d9de397c30c9668a84a68d72ab366d67.tar.gz
ioquake3-aero-486c79d7d9de397c30c9668a84a68d72ab366d67.zip
* Removed Makefile which spawned cons
git-svn-id: svn://svn.icculus.org/quake3/trunk@105 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/Makefile')
-rw-r--r--code/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/code/Makefile b/code/Makefile
deleted file mode 100644
index 5e403ae..0000000
--- a/code/Makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-# nasty ugly to get build system working from Anjuta
-all:
- if [ `hostname` == sparkle ] ; then ./unix/pcons-2.3.1 -j4 -- novm noso ; else ./unix/cons ; fi