mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-24 12:54:28 +03:00
9 lines
152 B
Makefile
9 lines
152 B
Makefile
IDRIS2 = ../../../idris2
|
|
|
|
test:
|
|
@../runtests $(IDRIS2) --only $(only)
|
|
|
|
clean:
|
|
find . -name '*.ibc' | xargs rm -f
|
|
find . -name 'output' | xargs rm -f
|