diff options
author | Timothy Gu <timothygu99@gmail.com> | 2016-01-07 07:28:08 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2016-01-07 07:28:08 (GMT) |
commit | 4b2c4c4064779aef0ba7eea8721dc032d0939d35 (patch) | |
tree | b30dc5ad6f9e374cae4e619f780d0931812f55ee /Makefile | |
parent | e00c0b8112340c0e93297ad320ba518c49f34f92 (diff) | |
parent | 7804a5775c5b7e9b72bd5b2531ec62eb0d1ce5c0 (diff) | |
download | mxe-4b2c4c4064779aef0ba7eea8721dc032d0939d35.zip mxe-4b2c4c4064779aef0ba7eea8721dc032d0939d35.tar.gz mxe-4b2c4c4064779aef0ba7eea8721dc032d0939d35.tar.bz2 |
Merge pull request #1140 from tonytheodore/build-matrix
Makefile: don't clean build-matrix.html
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |