Merge pull request #56 from prometheus/readd-config-target
Re-add config Makefile target.
This commit is contained in:
commit
1ef8e9ca57
8
Makefile
8
Makefile
|
@ -14,9 +14,13 @@
|
|||
VERSION := 0.0.1
|
||||
TARGET := alertmanager
|
||||
|
||||
include Makefile.COMMON
|
||||
|
||||
web: web/blob/files.go
|
||||
|
||||
web/blob/files.go: $(shell find web/templates/ web/static/ -type f)
|
||||
./web/blob/embed-static.sh static templates | $(GOFMT) > $@
|
||||
./web/blob/embed-static.sh web/static web/templates | $(GOFMT) > $@
|
||||
|
||||
include Makefile.COMMON
|
||||
.PHONY: config
|
||||
config:
|
||||
$(MAKE) -C config
|
||||
|
|
Loading…
Reference in New Issue