idris-0.12.3: samples/effects/Makefile
check: rm -f *.ibc for x in *.idr ; do \ echo "Checking $$x"; \ idris -p effects --check $$x; \ done .PHONY: check
check: rm -f *.ibc for x in *.idr ; do \ echo "Checking $$x"; \ idris -p effects --check $$x; \ done .PHONY: check