.
authorJim Meyering <jim@meyering.net>
Mon, 12 Aug 1996 03:42:53 +0000 (03:42 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 12 Aug 1996 03:42:53 +0000 (03:42 +0000)
tests/tr/Makefile [deleted file]

diff --git a/tests/tr/Makefile b/tests/tr/Makefile
deleted file mode 100644 (file)
index 50c6399..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-.PHONY: all
-all: run-tests
-       ./run-tests
-
-run-tests: main build-script test.data.pl
-       ./main test.data.pl > $@.n
-       mv $@.n $@
-       chmod 755 $@
-
-.PHONY: distclean
-distclean:
-       rm -f t*.out
-
-.PHONY: clean
-clean: distclean
-
-.PHONY: realclean
-realclean: clean
-       rm -f run-tests t*.in t*.exp t*.err