Skip to content

Commit

Permalink
fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
henryllong committed Apr 10, 2023
1 parent 2ad8364 commit ad4b3a6
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
Expand Up @@ -14,7 +14,7 @@

include build/Makefile.env

.PHONY: parser goyacc
.PHONY: parser goyacc build

build:
$(GO) build -o bin/zgraph ./cmd/zgraph
Expand Down

0 comments on commit ad4b3a6

Please sign in to comment.