summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/make/makefile.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-02-13 23:59:44 +0800
committerruki <[email protected]>2019-02-13 17:58:28 +0800
commit10241ef57bdb9b18bb3b0a33a69737c6359a4d63 (patch)
tree9a700a9b148480b03d1f7fbb8401827051731271 /xmake/plugins/project/make/makefile.lua
parent8e72c0d06cf0934af1082b9f5592890b97c2e1a1 (diff)
add comment for cmakelists.txt
Diffstat (limited to 'xmake/plugins/project/make/makefile.lua')
-rw-r--r--xmake/plugins/project/make/makefile.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/plugins/project/make/makefile.lua b/xmake/plugins/project/make/makefile.lua
index 9e2f2a51d..e5aaaa201 100644
--- a/xmake/plugins/project/make/makefile.lua
+++ b/xmake/plugins/project/make/makefile.lua
@@ -30,8 +30,6 @@ import("core.platform.platform")
-- get log makefile
function _logfile()
-
- -- get it
return vformat("$(buildir)/.build.log")
end