build: re-add removed clean statement
This commit is contained in:
parent
36542cbe1d
commit
ec1e3f8c0e
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue