summaryrefslogtreecommitdiff
path: root/mk/mpc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/mpc.mk')
-rw-r--r--mk/mpc.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/mpc.mk b/mk/mpc.mk
index 3de17df..0b55558 100644
--- a/mk/mpc.mk
+++ b/mk/mpc.mk
@@ -37,3 +37,6 @@ MPC_HOST_CONFIGURE_OPTS := --disable-shared --enable-static \
--with-gmp=$(GMP_HOST_DIR) \
--with-mpfr=$(MPFR_HOST_DIR)
MPC_HOST_PREFIX := $(MPC_HOST_DIR)
+
+mpc_host_clean:
+ $(Q)rm -rf $(MPC_HOST_BUILD_DIR)