mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Remove unused test variables from Makefile
This commit is contained in:
parent
d7001f2c34
commit
c477db2696
1 changed files with 0 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -1,5 +1,4 @@
|
|||
SRC_DIR := ./src
|
||||
TEST_DIR := ./script
|
||||
VENDOR_DIR := ./vendor
|
||||
|
||||
SRC_FILES := \
|
||||
|
@ -32,9 +31,6 @@ TEST_PREREQS := \
|
|||
$(SHUNIT2) \
|
||||
$(STUB_SH)
|
||||
|
||||
TEST_FILES := \
|
||||
$(TEST_DIR)/**/*.zsh
|
||||
|
||||
all: $(ALL_TARGETS)
|
||||
|
||||
$(PLUGIN_TARGET): $(HEADER_FILES) $(SRC_FILES)
|
||||
|
|
Loading…
Reference in a new issue