Skip to content

Commit 5bb47de

Browse files
committed
enable passing in options to build.sh
1 parent 161ff68 commit 5bb47de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22
./configure
3-
time make -k -j 3
3+
time make -k -j 3 "$@"

0 commit comments

Comments
 (0)