add build scripy

This commit is contained in:
nillerusr 2020-10-22 14:36:56 +03:00
parent 70ef171c4b
commit 8ff7c5d07c

5
build.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
# example: ./build.sh everything togl
make NO_CHROOT=1 -f $1.mak $2 -j$(nproc --all)