diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-10-19 08:47:44 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-10-25 01:23:28 (GMT) |
commit | 3a462ae25c5a0393c3913d275063666f2662134c (patch) | |
tree | 1d34adf05e20a36ddbdea24b1ca5a14772b695ba /Makefile | |
parent | 4ed7cd1b1e8d540f0096be47bdb773097619f5f6 (diff) | |
download | mxe-3a462ae25c5a0393c3913d275063666f2662134c.zip mxe-3a462ae25c5a0393c3913d275063666f2662134c.tar.gz mxe-3a462ae25c5a0393c3913d275063666f2662134c.tar.bz2 |
Makefile: clean files created by build-pkg
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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: |