summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-07-09 15:26:23 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-07-09 15:26:23 +0000
commitec1e3f8c0e0cd3b82e1f5a6efbf4adc790785f60 (patch)
tree0cdc36b7c0c8188b38b6c34f2a99d0cd167df23c
parent36542cbe1d07358e90063b70c99b8d0928d0265c (diff)
build: re-add removed clean statement
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 775820cb1..905206701 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