update Makefile
This commit is contained in:
parent
86c162920a
commit
091ba559b4
2
Makefile
2
Makefile
@ -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 $@ $<
|
||||
|
Loading…
x
Reference in New Issue
Block a user