From dc07f4fe768acb1d574d7fd7b7189ff0ada68c49 Mon Sep 17 00:00:00 2001 From: nikodemas <47255905+nikodemas@users.noreply.github.com> Date: Wed, 15 Nov 2023 14:05:16 +0100 Subject: [PATCH] Update Makefile --- cpueff-goweb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpueff-goweb/Makefile b/cpueff-goweb/Makefile index a5811ca8..073dae01 100644 --- a/cpueff-goweb/Makefile +++ b/cpueff-goweb/Makefile @@ -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