From 42874253274119c5095ab6ab45be9af8eb32e200 Mon Sep 17 00:00:00 2001 From: hades Date: Tue, 3 Apr 2001 12:38:48 +0000 Subject: [PATCH] *** empty log message *** --- allParam/test/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/allParam/test/Makefile b/allParam/test/Makefile index dc0f96a..6ab993d 100644 --- a/allParam/test/Makefile +++ b/allParam/test/Makefile @@ -61,13 +61,16 @@ stringobjs : links : bin/make_links.sh +test_clean : + rm -f *test_protocol.txt sqlnet.log *_s.tcl storage.tcl test?.blob core + clean : cd blob ; $(MAKE) $@ cd filename ; $(MAKE) $@ cd int ; $(MAKE) $@ cd string ; $(MAKE) $@ - rm -f *test_protocol.txt sqlnet.log *_s.tcl storage.tcl test?.blob \ - suite.c suite.o + $(MAKE) test_clean + rm -f suite.c suite.o bin_clean : clean rm -f *_suite -- 2.43.0