add linux build script

This commit is contained in:
Jan 2021-03-03 13:30:24 -08:00
parent 01fb7984db
commit 8dfd91e71e

3
build-linux.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
make -C build -j$(nproc) all