summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-01-06 06:15:33 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-01-06 06:15:33 (GMT)
commit7804a5775c5b7e9b72bd5b2531ec62eb0d1ce5c0 (patch)
tree37df9d56dd308b8aa2945257691561be8ab1c6a9 /Makefile
parent77721e5c20b3586da75962d8fdc488339064adc8 (diff)
downloadmxe-7804a5775c5b7e9b72bd5b2531ec62eb0d1ce5c0.zip
mxe-7804a5775c5b7e9b72bd5b2531ec62eb0d1ce5c0.tar.gz
mxe-7804a5775c5b7e9b72bd5b2531ec62eb0d1ce5c0.tar.bz2
Makefile: don't clean build-matrix.html
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 41747d9..44a6864 100644
--- a/Makefile
+++ b/Makefile
@@ -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