lean4-htt/examples/deps/package.sh

10 lines
133 B
Bash
Executable file

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