Skip to content

Commit

Permalink
Merge pull request #255 from dmwm/nikodemas-patch-1
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
nikodemas authored Nov 15, 2023
2 parents 4f4c562 + dc07f4f commit ebf6d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpueff-goweb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ vet:
go vet .

build:
go clean; rm -rf pkg cpueff-goweb*; go build ${flags}
go clean; rm -rf pkg cpueff-goweb*; go build -tags netgo ${flags}

install:
go install
Expand Down

0 comments on commit ebf6d02

Please sign in to comment.