Idris2-boot/tests/Makefile
2019-05-07 10:43:02 +01:00

9 lines
136 B
Makefile

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