add build scripy
This commit is contained in:
parent
70ef171c4b
commit
8ff7c5d07c
1 changed files with 5 additions and 0 deletions
5
build.sh
Executable file
5
build.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# example: ./build.sh everything togl
|
||||
|
||||
make NO_CHROOT=1 -f $1.mak $2 -j$(nproc --all)
|
Loading…
Reference in a new issue