.PHONY: check clean

SPLINT = splint -exportlocal
 
check:
	$(SPLINT) +bounds for.c -expect 1

