lean4-htt/examples/deps/package.sh
2022-11-23 20:56:40 -05:00

12 lines
195 B
Bash
Executable file

set -ex
cd bar
${LAKE:-../../../build/bin/lake} update
${LAKE:-../../../build/bin/lake} build
cd ..
cd foo
${LAKE:-../../../build/bin/lake} update
${LAKE:-../../../build/bin/lake} build
cd ..