Merge pull request #1140 from tonytheodore/build-matrix

Makefile: don't clean build-matrix.html
This commit is contained in:
Timothy Gu 2016-01-06 23:28:08 -08:00
commit 4b2c4c4064
1 changed files with 1 additions and 1 deletions

View File

@ -612,7 +612,7 @@ BUILD_PKG_TMP_FILES := *-*.list mxe-*.tar.xz mxe-*.deb* wheezy jessie
.PHONY: clean
clean:
rm -rf $(call TMP_DIR,*) $(PREFIX) build-matrix.html \
rm -rf $(call TMP_DIR,*) $(PREFIX) \
$(addprefix $(TOP_DIR)/, $(BUILD_PKG_TMP_FILES))
.PHONY: clean-pkg