From: Jo-Philipp Wich Date: Thu, 9 Jul 2009 15:26:23 +0000 (+0000) Subject: build: re-add removed clean statement X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ec1e3f8c0e0cd3b82e1f5a6efbf4adc790785f60;p=openwrt-luci.git build: re-add removed clean statement --- diff --git a/Makefile b/Makefile index 775820cb1b..905206701d 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ i18nbuild: ./build/i18n-po2lua.pl ./po host/lua-po clean: + rm -rf docs make -C libs/lmo host-clean for i in $(MODULES); do make -C$$i clean; done