mirror of
https://github.com/id-Software/Quake-III-Arena.git
synced 2026-03-19 16:39:33 +01:00
4 lines
155 B
Makefile
4 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
|