fix the shell variable thingy
This commit is contained in:
parent
53d4bd3509
commit
c5cae21909
4
Makefile
4
Makefile
@ -71,8 +71,8 @@ ci:
|
|||||||
# test that luarocks builds and runs
|
# test that luarocks builds and runs
|
||||||
DEBIAN_FRONTEND=noninteractive sudo apt install -y luarocks
|
DEBIAN_FRONTEND=noninteractive sudo apt install -y luarocks
|
||||||
luarocks install $(ROCKSPEC_LATEST_SCM) --dev --local
|
luarocks install $(ROCKSPEC_LATEST_SCM) --dev --local
|
||||||
eval $(luarocks path)
|
eval "$$(luarocks path)"; \
|
||||||
~/.luarocks/bin/fennel-ls --lint
|
fennel-ls --lint
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(EXE)
|
rm -f $(EXE)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user