Skip to content

Commit 03f8e13

Browse files
committed
enable passing options to build.sh
1 parent 7f4412c commit 03f8e13

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

build-quick.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

build.sh

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

0 commit comments

Comments
 (0)