mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 01:01:59 +03:00
10 lines
214 B
Plaintext
10 lines
214 B
Plaintext
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
|