Idris2-boot/tests/Makefile
2020-04-06 11:06:19 +01:00

10 lines
196 B
Makefile

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