10 lines
124 B
Bash
Executable file
10 lines
124 B
Bash
Executable file
set -ex
|
|
|
|
cd app
|
|
${LAKE:-../../../build/bin/lake} build -v -U
|
|
cd ..
|
|
|
|
|
|
cd lib
|
|
${LAKE:-../../../build/bin/lake} build -v
|
|
cd ..
|