diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-09-25 21:46:00 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-09-25 21:46:00 +0000 |
commit | 486c79d7d9de397c30c9668a84a68d72ab366d67 (patch) | |
tree | 1c330ccc41296e3eb295a3d5dc8a30b7b8b95881 /code | |
parent | f88350b2cd66fc278f479ac4af1e6ff4f420507a (diff) | |
download | ioquake3-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')
-rw-r--r-- | code/Makefile | 3 |
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 |