diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-09 15:26:23 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-09 15:26:23 +0000 |
commit | ec1e3f8c0e0cd3b82e1f5a6efbf4adc790785f60 (patch) | |
tree | 0cdc36b7c0c8188b38b6c34f2a99d0cd167df23c | |
parent | 36542cbe1d07358e90063b70c99b8d0928d0265c (diff) |
build: re-add removed clean statement
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |