mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-13 21:51:09 +00: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
|