summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-02-05 13:35:34 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-02-05 13:35:34 +0000
commitc1bd1e59d3fcdd31ddec9a2795ace53c41993e8b (patch)
tree302096e173deadb9603af770c2156d9e55d127c2 /Makefile
parent6c45ccec6a297ba2bdf2694142c93fc55dfb9193 (diff)
build: fix clean targets in Makefiles (#667)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7dc9fa1e8..362eed69f 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ i18nbuild:
clean:
rm -f .running-sdk
rm -rf docs
- make -C libs/lmo host-clean
+ make -C libs/web host-clean
for i in $(MODULES); do make -C$$i clean; done