From ab3e08e070a1ecf936832e380bc0817fef840802 Mon Sep 17 00:00:00 2001 From: Johannes 'fish' Ziemke Date: Tue, 5 May 2015 18:24:57 +0200 Subject: [PATCH] Add rule_checker and console templates to archive --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f17aad623..5588e87fd 100644 --- a/Makefile +++ b/Makefile @@ -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")