From c477db2696b913dc5300662a9fc89241ae085d7d Mon Sep 17 00:00:00 2001 From: Eric Freese Date: Fri, 15 Apr 2016 13:41:41 -0600 Subject: [PATCH] Remove unused test variables from Makefile --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index bd649f6..e466480 100644 --- a/Makefile +++ b/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)