Skip to content

Commit

Permalink
remove lexer.go from make dependencies of parser.go
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Aug 31, 2021
1 parent 79e3f4b commit cf3a426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ builtin.go: builtin.jq parser.go.y parser.go query.go operator.go _tools/*
GOOS= GOARCH= go generate

.SUFFIXES:
parser.go: parser.go.y lexer.go $(GOBIN)/goyacc
parser.go: parser.go.y $(GOBIN)/goyacc
goyacc -o $@ $<

$(GOBIN)/goyacc:

0 comments on commit cf3a426

Please sign in to comment.