mirror of
https://github.com/UberGames/ioef.git
synced 2025-01-19 15:40:52 +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
|