Idris2-boot/tests/Makefile
2019-07-28 20:21:34 +02:00

9 lines
152 B
Makefile

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