From f2b1b113dea96215b42727c2c00c757d2809a837 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 9 Jul 2009 15:05:02 +0000 Subject: build: embed lmo in the build process --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 13438848e..775820cb1 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ all: build build: gccbuild luabuild gccbuild: + make -C libs/lmo CC="cc" CFLAGS="" LDFLAGS="" host-install for i in $(MODULES); do \ make -C$$i compile || { \ echo "*** Compilation of $$i failed!"; \ @@ -27,7 +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 -- cgit v1.2.3