.
authorJim Meyering <jim@meyering.net>
Fri, 18 Oct 1996 04:56:19 +0000 (04:56 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 18 Oct 1996 04:56:19 +0000 (04:56 +0000)
tests/join/Makefile [deleted file]

diff --git a/tests/join/Makefile b/tests/join/Makefile
deleted file mode 100644 (file)
index 4fc7fa0..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-.PHONY: all
-all: join-tests
-       ./join-tests
-
-join-tests: main build-script test.data.pl
-       ./main test.data.pl > $@.n
-       mv $@.n $@
-       chmod 755 $@
-
-.PHONY: distclean
-distclean:
-       rm -f t*.out core
-
-.PHONY: clean
-clean: distclean
-
-.PHONY: maintainer-clean realclean
-maintainer-clean realclean: clean
-       rm -f join-tests t*.[12] t*.exp t*.log