Files

20 lines
315 B
Diff
Raw Permalink Normal View History

--- 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 @@
2023-03-10 03:29:54 +09:00
}
end
+lm.flags = "@FLAGS@"
+lm.ldflags = "@LDFLAGS@"
+
2023-03-10 03:29:54 +09:00
local includeCodeFormat = true
2023-03-10 03:29:54 +09:00
require "make.detect_platform"
2023-03-06 18:52:28 +09:00
@@ -109,5 +112,5 @@
}
lm:default {
- "unit-test",
+ "all",
}