mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-28 05:32:03 +03:00
9 lines
136 B
Makefile
9 lines
136 B
Makefile
YAFFLE = ../../../yaffle
|
|
|
|
test:
|
|
../runtests $(YAFFLE)
|
|
|
|
clean:
|
|
find . -name '*.ibc' | xargs rm -f
|
|
find . -name 'output' | xargs rm -f
|