Idris2-boot/tests/Makefile
Edwin Brady 146c301f6c Change main program to be Idris2
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).
2019-06-09 11:58:29 +01:00

9 lines
136 B
Makefile

IDRIS2 = ../../../idris2
test:
../runtests $(IDRIS2)
clean:
find . -name '*.ibc' | xargs rm -f
find . -name 'output' | xargs rm -f