From cebda366a942aed45f7087b4ff74921da431cdbf Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 26 Jul 2019 12:57:48 +0300 Subject: Improve cleanup of test directory upon 'make clean'. --- makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 0ab46cb..9d55729 100644 --- a/makefile +++ b/makefile @@ -114,6 +114,5 @@ cleaner: testclean # This is a bit of a band-aid until we can invest some more time # in the test suite. testclean: - cd testdir; rm -fr arnold-fixes beebe echo foo foo.td foo1 \ - foo1t foo2 foo2t footot glop glop1 glop2 lilly.diff \ - tempbig tempsmall time + cd testdir; rm -fr arnold-fixes beebe echo foo* \ + glop glop1 glop2 lilly.diff tempbig tempsmall time -- cgit v1.2.3