mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 15:21:35 +00:00
3 lines
155 B
Makefile
3 lines
155 B
Makefile
# 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
|