summaryrefslogtreecommitdiff
path: root/contrib/remote-helpers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/remote-helpers/Makefile')
-rw-r--r--contrib/remote-helpers/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/remote-helpers/Makefile b/contrib/remote-helpers/Makefile
deleted file mode 100644
index 9a76575f78..0000000000
--- a/contrib/remote-helpers/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-TESTS := $(wildcard test*.sh)
-
-export T := $(addprefix $(CURDIR)/,$(TESTS))
-export MAKE := $(MAKE) -e
-export PATH := $(CURDIR):$(PATH)
-
-test:
- $(MAKE) -C ../../t $@
-
-$(TESTS):
- $(MAKE) -C ../../t $(CURDIR)/$@
-
-.PHONY: $(TESTS)