.PHONY: all check req

all: check req

check:
	./check-ghi.sh

req:
	php requisitos.php -i
