mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-30 22:05:32 +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
|