lean4-htt/examples/ffi/package.sh
2021-12-14 16:45:43 -05:00

10 lines
115 B
Bash
Executable file

set -ex
cd app
${LAKE:-../../../build/bin/lake} build
cd ..
cd lib
${LAKE:-../../../build/bin/lake} build
cd ..