Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nikodemas authored Nov 15, 2023
1 parent 4f4c562 commit dc07f4f
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 dc07f4f

Please sign in to comment.