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