mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-12 23:54:07 +00:00
3 lines
158 B
Makefile
Executable file
3 lines
158 B
Makefile
Executable file
# 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
|