Cleanup scm-sources.json during make clean.

This commit is contained in:
Oleksii Kliukin 2017-01-27 12:11:39 +01:00 committed by Murat Kabilov
parent dc3c66c70d
commit 5ae011e6fc
1 changed files with 1 additions and 1 deletions

View File

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