lean4-htt/examples/ffi/package.sh

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 ..