mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-02-06 09:55:30 +08:00
Remove unused test variables from Makefile
This commit is contained in:
parent
d7001f2c34
commit
c477db2696
4
Makefile
4
Makefile
@ -1,5 +1,4 @@
|
|||||||
SRC_DIR := ./src
|
SRC_DIR := ./src
|
||||||
TEST_DIR := ./script
|
|
||||||
VENDOR_DIR := ./vendor
|
VENDOR_DIR := ./vendor
|
||||||
|
|
||||||
SRC_FILES := \
|
SRC_FILES := \
|
||||||
@ -32,9 +31,6 @@ TEST_PREREQS := \
|
|||||||
$(SHUNIT2) \
|
$(SHUNIT2) \
|
||||||
$(STUB_SH)
|
$(STUB_SH)
|
||||||
|
|
||||||
TEST_FILES := \
|
|
||||||
$(TEST_DIR)/**/*.zsh
|
|
||||||
|
|
||||||
all: $(ALL_TARGETS)
|
all: $(ALL_TARGETS)
|
||||||
|
|
||||||
$(PLUGIN_TARGET): $(HEADER_FILES) $(SRC_FILES)
|
$(PLUGIN_TARGET): $(HEADER_FILES) $(SRC_FILES)
|
||||||
|
Loading…
Reference in New Issue
Block a user