Skip to content

Commit

Permalink
Small update to trypcap makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jafinger committed Jun 29, 2024
1 parent 86246bc commit 3b72a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang/trypcap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ format: trypcap.go
gofmt -w trypcap.go

vet: trypcap.go format
go vet example/trypcap
go vet trypcap.go

build: trypcap.go vet
go build trypcap.go
Expand Down

0 comments on commit 3b72a03

Please sign in to comment.