Skip to content

Commit 5149528

Browse files
committed
chore: update Makefile to modern Luarocks command options
1 parent e981c2b commit 5149528

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: all dev gen check test perf
22

3-
LUA := $(shell luarocks config lua_interpreter)
3+
LUA := $(shell luarocks config variables.LUA)
44

55
all: gen check test
66

@@ -19,7 +19,7 @@ test:
1919
busted
2020

2121
perf:
22-
$(shell luarocks config lua_interpreter) perf.lua
22+
$(LUA) perf.lua
2323

2424

2525

0 commit comments

Comments
 (0)