Add changelog formatting to make dev
This commit is contained in:
parent
e528190296
commit
32f19b563b
|
@ -208,7 +208,7 @@ dev: GOOS=$(shell go env GOOS)
|
|||
dev: GOARCH=$(shell go env GOARCH)
|
||||
dev: GOPATH=$(shell go env GOPATH)
|
||||
dev: DEV_TARGET=pkg/$(GOOS)_$(GOARCH)$(if $(HAS_LXC),-lxc)/nomad
|
||||
dev: vendorfmt ## Build for the current development platform
|
||||
dev: vendorfmt changelogfmt ## Build for the current development platform
|
||||
@echo "==> Removing old development build..."
|
||||
@rm -f $(PROJECT_ROOT)/$(DEV_TARGET)
|
||||
@rm -f $(PROJECT_ROOT)/bin/nomad
|
||||
|
|
Loading…
Reference in New Issue