mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-13 07:26:59 +03:00
b0e8b1258b
Simplify the sandbox lookup and only run it once. Only run the test script once for 'make test' instead of using the makefile to iterate.
4 lines
88 B
Bash
Executable File
4 lines
88 B
Bash
Executable File
#!/usr/bin/env bash
|
|
${IDRIS:-idris} --consolewidth 80 $@ reg006.idr --check
|
|
rm -f *.ibc
|