Merge pull request #56 from prometheus/readd-config-target

Re-add config Makefile target.
This commit is contained in:
Julius Volz 2015-05-08 16:18:46 +02:00
commit 1ef8e9ca57
1 changed files with 6 additions and 2 deletions

View File

@ -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