From eef2829d1655e42225b2400c6e3d123be26e08a8 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 14 Aug 2001 16:47:03 -0500 Subject: [svn-r4354] Purpose: Bug fix Description: Included all those generated temporary files in the CLEAN target so that they would be cleaned in "make clean". Platforms tested: eirene. --- perform/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perform/Makefile.in b/perform/Makefile.in index 71bc0d8..8c63706 100644 --- a/perform/Makefile.in +++ b/perform/Makefile.in @@ -22,7 +22,7 @@ TEST_PROGS=iopipe chunk overhead \ ## These are the files that `make clean' (and derivatives) will remove from ## this directory. -CLEAN=*.h5 +CLEAN=*.h5 *.raw *.dat x-gnuplot ## List all source files here. The list of object files will be ## created by replacing the `.c' with a `.o'. This list is necessary -- cgit v0.12