summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4967d47..ce65db4 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,7 @@ build_%:
-@ln -s ../../../bin/${PLATFORM}/$* build/${PROVIDER}/staging/${PLATFORM}/$*
test:
- @go test -tags "integration $(TAGS)" ./...
+ @go test -tags "integration $(TAGS)" ./pkg/...
golib:
CGO_ENABLED=1 go build -buildmode=c-archive -o ${TARGET_GOLIB} ${SOURCE_GOLIB}
@@ -148,6 +148,7 @@ endif
generate:
@go generate gui/backend.go
+ @go generate pkg/config/version/genver/gen.go
relink_default:
ifneq (,$(wildcard ${DEFAULT_PROVIDER}))