--- a/make.lua 2022-03-30 20:11:02.703964364 +0530 +++ b/make.lua 2022-03-30 20:12:54.763964322 +0530 @@ -4,6 +4,9 @@ } end +lm.flags = "@FLAGS@" +lm.ldflags = "@LDFLAGS@" + local includeCodeFormat = true require "make.detect_platform" @@ -109,5 +112,5 @@ } lm:default { - "unit-test", + "all", }