Add rule_checker and console templates to archive

This commit is contained in:
Johannes 'fish' Ziemke 2015-05-05 18:24:57 +02:00
parent b8fa0a9f8d
commit ab3e08e070
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ docker: build
tarball: $(ARCHIVE)
$(ARCHIVE): build
tar -czf $(ARCHIVE) prometheus
tar -czf $(ARCHIVE) prometheus tools/rule_checker/rule_checker consoles console_libraries
release: REMOTE ?= $(error "can't upload, REMOTE not set")
release: REMOTE_DIR ?= $(error "can't upload, REMOTE_DIR not set")