From c7052ede27b2027b2aa0e7a7108a5a9d2bd7da53 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Wed, 14 Aug 2013 19:23:28 +0200 Subject: [PATCH] Tarball build rule fixups. Change-Id: Idc4db7e20cd705901ea9ad39a0f7269bbb5572b7 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb26ceef1..050b51a65 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,7 @@ clean: $(MAKE) -C tools clean $(MAKE) -C web clean rm -rf $(TEST_ARTIFACTS) + -rm prometheus-$(REV).tar.gz -find . -type f -iname '*~' -exec rm '{}' ';' -find . -type f -iname '*#' -exec rm '{}' ';' -find . -type f -iname '.#*' -exec rm '{}' ';' @@ -102,4 +103,4 @@ update: web: config dependencies model preparation $(MAKE) -C web -.PHONY: advice binary build clean config dependencies documentation format model package preparation race_condition_binary race_condition_run run search_index test tools update +.PHONY: advice binary build clean config dependencies documentation format model package preparation race_condition_binary race_condition_run run search_index tarball test tools update