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