From 0055d0a4cc9cac893d149bef4636bd5849361744 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 18 Aug 1996 14:32:13 +0000 Subject: [PATCH] . --- tests/sort/Makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 tests/sort/Makefile diff --git a/tests/sort/Makefile b/tests/sort/Makefile deleted file mode 100644 index 5cecb129ca..0000000000 --- a/tests/sort/Makefile +++ /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 maintainer-clean -maintainer-clean realclean: clean - rm -f run-tests t*.in t*.exp t*.err -- 2.47.2