Skip to content

Commit

Permalink
input/output -> inputs/outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Feb 23, 2024
1 parent 4c498e4 commit 5567822
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions compile/bootstrap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if not lm.notest then
lm:build "test" {
rule = "test",
deps = { "bootstrap", "copy_script" },
input = tests,
output = "$obj/test.stamp",
inputs = tests,
outputs = "$obj/test.stamp",
}
end
4 changes: 2 additions & 2 deletions compile/emcc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if not lm.notest then
lm:build "test" {
rule = "test",
deps = "lua",
input = tests,
output = "$obj/test.stamp",
inputs = tests,
outputs = "$obj/test.stamp",
}
end

0 comments on commit 5567822

Please sign in to comment.