Ver código fonte

Remove unused test variables from Makefile

pull/142/head
Eric Freese 8 anos atrás
pai
commit
c477db2696
1 arquivos alterados com 0 adições e 4 exclusões
  1. +0
    -4
      Makefile

+ 0
- 4
Makefile Ver arquivo

@ -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)

Carregando…
Cancelar
Salvar