From a32ad41a1812ad88043c0ecd0a09301267de9871 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 31 May 2015 12:06:30 +0800 Subject: impl clean action --- xmake/scripts/base/makefile.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'xmake/scripts/base/makefile.lua') diff --git a/xmake/scripts/base/makefile.lua b/xmake/scripts/base/makefile.lua index 8a14c1d90..160d65bf7 100644 --- a/xmake/scripts/base/makefile.lua +++ b/xmake/scripts/base/makefile.lua @@ -209,6 +209,7 @@ function makefile._make_object(file, target, srcfile, objfile) -- make body file:write(string.format("\t@echo [%s]: compiling %s\n", config.get("mode"), srcfile)) + file:write(string.format("\t@xmake l mkdir %s\n", path.directory(objfile))) file:write(string.format("\t@%s\n", c:make(srcfile, objfile, ""))) -- make tail -- cgit v1.3.1