nbos

nbos

https://git.tonybtw.com/nbos.git git://git.tonybtw.com/nbos.git
102 bytes raw
1
#!/bin/sh
2
set -eu
3
4
./configure --prefix="$NB_PREFIX"
5
make -j"$NB_JOBS"
6
make install DESTDIR="$NB_OUT"