mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-11 06:14:41 +03:00
12 lines
247 B
Plaintext
12 lines
247 B
Plaintext
|
rm -rf build
|
||
|
|
||
|
# @removeFile@ uses primitive functions with definitions for both
|
||
|
# C (supported by most backends) and Node.
|
||
|
$1 --cg chez -o test Test.idr
|
||
|
./build/exec/test
|
||
|
|
||
|
rm -rf ./build
|
||
|
|
||
|
$1 --cg node -o test.js Test.idr
|
||
|
node ./build/exec/test.js
|