8 lines
109 B
Bash
Executable file
8 lines
109 B
Bash
Executable file
set -ex
|
|
|
|
LAKE=${LAKE:-../../.lake/build/bin/lake}
|
|
|
|
./clean.sh
|
|
|
|
LAKE=$LAKE make run
|
|
LAKE=$LAKE make run-local
|