mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-19 10:51:35 +03:00
146c301f6c
With the --yaffle flag, you get the old behaviour which is to invoke the checker for the core theory (and all the tests are updated appropriately for this).
9 lines
136 B
Makefile
9 lines
136 B
Makefile
IDRIS2 = ../../../idris2
|
|
|
|
test:
|
|
../runtests $(IDRIS2)
|
|
|
|
clean:
|
|
find . -name '*.ibc' | xargs rm -f
|
|
find . -name 'output' | xargs rm -f
|