update Makefile

This commit is contained in:
z7zmey 2018-01-13 01:59:24 +02:00
parent 86c162920a
commit 091ba559b4

View File

@ -14,7 +14,7 @@ run: all
./php-parser $(PHPFILE)
test: all
go test ./test/...
go test ./... --cover
./parser/scanner.go: ./parser/scanner.l
golex -o $@ $<