diff options
author | Tony Theodore <tonyt@logyst.com> | 2016-01-06 06:15:33 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2016-01-06 06:15:33 (GMT) |
commit | 7804a5775c5b7e9b72bd5b2531ec62eb0d1ce5c0 (patch) | |
tree | 37df9d56dd308b8aa2945257691561be8ab1c6a9 /Makefile | |
parent | 77721e5c20b3586da75962d8fdc488339064adc8 (diff) | |
download | mxe-7804a5775c5b7e9b72bd5b2531ec62eb0d1ce5c0.zip mxe-7804a5775c5b7e9b72bd5b2531ec62eb0d1ce5c0.tar.gz mxe-7804a5775c5b7e9b72bd5b2531ec62eb0d1ce5c0.tar.bz2 |
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 |