Fix build.sh

This commit is contained in:
bjorn3 2018-09-03 18:29:55 +02:00
parent 4f9807a037
commit 4053b7c8e6

View file

@ -25,7 +25,8 @@ link_and_run() {
shift
pushd target/out
gcc $@ -o $target
./$target
sh -c ./$target || true
popd
}
build_lib() {