mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 16:21:46 +03:00
c3ff63ae5f
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.
6 lines
67 B
Plaintext
Executable File
6 lines
67 B
Plaintext
Executable File
cd src/Top
|
|
$1 --find-ipkg --check Dummy.idr
|
|
cd ../..
|
|
|
|
rm -rf build
|