enforce that all build targets are added to goreleaser

pull/77/head
Simon Let 6 years ago
parent 2ec727539a
commit 1f56260bd0
  1. 1
      Makefile

@ -35,6 +35,7 @@ uninstall:
-rm -rf ~/.resh/
bin/resh-%: cmd/%/*.go pkg/*/*.go cmd/control/cmd/*.go cmd/control/status/status.go
grep $@ .goreleaser.yml -q # all build targets need to be included in .goreleaser.yml
go build ${GOFLAGS} -o $@ cmd/$*/*.go
.PHONY: ser submodules build install rebuild uninstall clean

Loading…
Cancel
Save