From c1852a70dd2450f9d264221484abc6e8366dee7f Mon Sep 17 00:00:00 2001 From: lemon-sherbet Date: Wed, 14 Nov 2018 19:52:29 +0100 Subject: [PATCH] h --- lcmk.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcmk.lua b/lcmk.lua index 2ac5a9e..b03519d 100644 --- a/lcmk.lua +++ b/lcmk.lua @@ -106,7 +106,7 @@ function getdeps(p, exclude) local _,_,s = l:find('%s*#include%s*\"(.*)\"') if s then s = concat(dir,s) - print(s) + --print(s) local dep2 = getdeps(s, deps) if not exclude[s] then for k,v in ipairs(dep2) do