From 882430fde4f0066e9adbbb664b98612fa4cf3bc1 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 11 Jun 2015 16:58:01 +0800 Subject: add self for tools --- xmake/scripts/base/makefile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/scripts/base/makefile.lua') diff --git a/xmake/scripts/base/makefile.lua b/xmake/scripts/base/makefile.lua index 6ad63490b..ba939790a 100644 --- a/xmake/scripts/base/makefile.lua +++ b/xmake/scripts/base/makefile.lua @@ -273,7 +273,7 @@ function makefile.build(target) end -- done make - return make.main(buildir .. "/makefile", target) + return make:main(buildir .. "/makefile", target) end -- return module: makefile -- cgit v1.3.1