Skip to content

Commit 4860817

Browse files
committed
Makefile: use --local for build target.
1 parent e24bb2e commit 4860817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ TESTOPTS ?= --tidy
1515
all: build
1616

1717
build: $(ROCKSPEC)
18-
luarocks make $(ROCKSPEC)
18+
luarocks --local make $(ROCKSPEC)
1919

2020
.PHONY: build test testall check rock bench docs clean run-code-examples install website standalone
2121

0 commit comments

Comments
 (0)