From ec1e3f8c0e0cd3b82e1f5a6efbf4adc790785f60 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 9 Jul 2009 15:26:23 +0000 Subject: [PATCH] build: re-add removed clean statement --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1