Skip to content

Commit 90793b5

Browse files
attt
1 parent 48e8c28 commit 90793b5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

build/local_linux_build.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ darwin.add_recipe({
1111
requires={"amalgamation"},
1212
description = "builds the project locally on Linux using gcc",
1313
outs = {"vibescript"},
14-
inputs = {"release/amalgamation.c", "../keys/content.h", "../keys/llm.h", "../keys/name.h"},
14+
inputs = {"csrc", "luasrc", "dependencies", "assets"},
15+
1516
callback = local_linux_build
1617
})

luasrc/main.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ private_vibescript.internal_main = function()
2222
end
2323
return 0
2424
end
25+
--- mensagem de teste aaa
2526
if action == "eval" then
2627
local all_args = {}
2728
while true do
@@ -35,6 +36,10 @@ private_vibescript.internal_main = function()
3536
end
3637

3738

39+
40+
41+
42+
3843
if action == "version" or action == "--version" then
3944
print("vibescript "..private_vibescript.VERSION)
4045
return

0 commit comments

Comments
 (0)