Makefile: don't remove versions.json on clean

This commit is contained in:
Tony Theodore 2015-09-05 19:24:38 +10:00
parent 93b8b3c4a8
commit 307efd50da
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ show-upstream-deps-%:
.PHONY: clean
clean:
rm -rf $(call TMP_DIR,*) $(PREFIX) build-matrix.html versions.json
rm -rf $(call TMP_DIR,*) $(PREFIX) build-matrix.html
.PHONY: clean-pkg
clean-pkg: