Idris2/tests/idris2/import008/run

10 lines
214 B
Plaintext
Raw Normal View History

rm -rf Exe/build
rm -rf Lib/build
cd Lib
$1 --build
cd ..
cd Exe
$1 --no-color --console-width 0 --no-banner --check --find-ipkg Mod.idr
$1 --no-color --console-width 0 --no-banner --exec main --find-ipkg Mod.idr