lean4-htt/examples/deps/package.sh
2021-10-09 19:24:28 -04:00

10 lines
115 B
Bash
Executable file

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