Idris2/tests/idris2/pkg002/run
John Mager c3ff63ae5f Use absolute path to pass around Idris executable
Rather than tracking how far we are from the project root in the various
Makefile commands, it's much easier to reference the build target with
with an absolute path.
2021-04-11 20:52:36 +01:00

6 lines
67 B
Plaintext
Executable File

cd src/Top
$1 --find-ipkg --check Dummy.idr
cd ../..
rm -rf build