We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07052cd + ea98a5b commit d72c200Copy full SHA for d72c200
Makefile
@@ -6,6 +6,8 @@ TEST_FLAGS ?=
6
REPO_OWNER ?= $(shell cd .. && basename "$$(pwd)")
7
COVERAGE_DIR ?= .coverage
8
9
+build:
10
+ CGO_ENABLED=0 go build -ldflags='-X main.Version=$(VERSION)' -tags '$(DATABASE) $(SOURCE)' ./cmd/migrate
11
12
build-cli: clean
13
-mkdir ./cli/build
@@ -100,7 +102,7 @@ define external_deps
100
102
endef
101
103
104
-.PHONY: build-cli clean test-short test test-with-flags html-coverage \
105
+.PHONY: build build-cli clean test-short test test-with-flags html-coverage \
106
restore-import-paths rewrite-import-paths list-external-deps release \
107
docs kill-docs open-docs kill-orphaned-docker-containers
108
0 commit comments