7 lines
106 B
Bash
Executable file
7 lines
106 B
Bash
Executable file
set -ex
|
|
|
|
LAKE=${LAKE:-../../build/bin/lake}
|
|
|
|
./clean.sh
|
|
$LAKE -d bar build # tests #83
|
|
$LAKE -d foo build
|