Idris2-boot/tests/Makefile

9 lines
136 B
Makefile
Raw Normal View History

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