mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-24 12:14:26 +03:00
9 lines
226 B
Plaintext
Executable File
9 lines
226 B
Plaintext
Executable File
rm -rf ./build
|
|
|
|
|
|
$1 --no-color --console-width 0 --check Main0.idr
|
|
$1 --no-color --console-width 0 --check Main1.idr
|
|
|
|
$1 --no-color --console-width 0 --exec main Main0.idr
|
|
$1 --no-color --console-width 0 --exec main Main1.idr
|