From 5ae011e6fcddbf54440467cdaac70a858d4f5710 Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Fri, 27 Jan 2017 12:11:39 +0100 Subject: [PATCH] Cleanup scm-sources.json during make clean. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 98a0e6651..856ee2e5e 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ IMAGE ?= pierone.example.com/acid/$(BINARY) default: local clean: - rm -rf build + rm -rf build scm-source.json local: build/${BINARY} linux: build/linux/${BINARY}