Refresh generated neovim config
This commit is contained in:
@ -12,10 +12,6 @@ LUA_NUMBER := $(word 2,$(LUA_VERSION))
|
||||
TARGET_DIR := $(DEPS)/$(LUA_NUMBER)
|
||||
|
||||
HEREROCKS ?= $(DEPS)/hererocks.py
|
||||
UNAME_S := $(shell uname -s)
|
||||
ifeq ($(UNAME_S),Darwin)
|
||||
HEREROCKS_ENV ?= MACOSX_DEPLOYMENT_TARGET=10.15
|
||||
endif
|
||||
HEREROCKS_URL ?= https://raw.githubusercontent.com/luarocks/hererocks/master/hererocks.py
|
||||
HEREROCKS_ACTIVE := source $(TARGET_DIR)/bin/activate
|
||||
|
||||
@ -53,7 +49,7 @@ $(HEREROCKS):
|
||||
curl $(HEREROCKS_URL) -o $@
|
||||
|
||||
$(LUAROCKS): $(HEREROCKS)
|
||||
$(HEREROCKS_ENV) python $< $(TARGET_DIR) --$(LUA_VERSION) -r latest
|
||||
$(HEREROCKS_ENV) python3 $< $(TARGET_DIR) --$(LUA_VERSION) -r latest
|
||||
|
||||
$(BUSTED): $(LUAROCKS)
|
||||
$(HEREROCKS_ACTIVE) && luarocks install busted
|
||||
|
||||
Reference in New Issue
Block a user