nbos

nbos

https://git.tonybtw.com/nbos.git git://git.tonybtw.com/nbos.git
82 bytes raw
1
#!/bin/sh
2
set -eu
3
4
make -j"$NB_JOBS" linux
5
make install INSTALL_TOP="$NB_OUT/usr"