summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-10-19 08:47:44 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-10-25 01:23:28 (GMT)
commit3a462ae25c5a0393c3913d275063666f2662134c (patch)
tree1d34adf05e20a36ddbdea24b1ca5a14772b695ba /Makefile
parent4ed7cd1b1e8d540f0096be47bdb773097619f5f6 (diff)
downloadmxe-3a462ae25c5a0393c3913d275063666f2662134c.zip
mxe-3a462ae25c5a0393c3913d275063666f2662134c.tar.gz
mxe-3a462ae25c5a0393c3913d275063666f2662134c.tar.bz2
Makefile: clean files created by build-pkg
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d67c63f..4e5241c 100644
--- a/Makefile
+++ b/Makefile
@@ -554,9 +554,12 @@ print-deps-for-build-pkg:
$(and $($(TARGET)_DEPS),$(addprefix $($(TARGET)_DEPS)~,$($($(TARGET)_DEPS)_PKGS))))))
@echo -n
+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) build-matrix.html \
+ $(addprefix $(TOP_DIR)/, $(BUILD_PKG_TMP_FILES))
.PHONY: clean-pkg
clean-pkg: