tools: add Host/Uninstall where possible
[openwrt/openwrt.git] / tools / lzma / Makefile
index b87289e385df7e319cff506011ece82dad9d8d8e..29f7e0fb1d631718d22815194486ac3e083698ae 100644 (file)
@@ -31,6 +31,7 @@ define Host/Install
 endef
 
 define Host/Clean
+       rm -f $(STAGING_DIR_HOST)/bin/lzma
 endef
 
 $(eval $(call HostBuild))