mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-01 09:49:24 +03:00
9 lines
157 B
Plaintext
Executable File
9 lines
157 B
Plaintext
Executable File
rm -rf ./build
|
|
|
|
$1 --no-color --console-width 0 --build deprecated.ipkg
|
|
$1 --no-color --no-banner --console-width 0 Foo.idr <<EOF
|
|
:module Foo
|
|
:doc dep1
|
|
EOF
|
|
|