mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +00:00
fix makefile
This commit is contained in:
parent
cf19697cb1
commit
8dc1b9d86e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ all: fmt combined
|
||||||
combined:
|
combined:
|
||||||
go install .
|
go install .
|
||||||
|
|
||||||
release: tag release-deps dockerhub
|
release: tag release-deps
|
||||||
gox -ldflags "-X main.version=${VERSION}" -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}" .
|
gox -ldflags "-X main.version=${VERSION}" -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}" .
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
|
|
Loading…
Reference in a new issue