mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-21 02:31:50 +03:00
9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
|
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
|
||
|
|