diff options
Diffstat (limited to 'tools/h5diff/Makefile.in')
-rw-r--r-- | tools/h5diff/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/h5diff/Makefile.in b/tools/h5diff/Makefile.in index 4a56caa..28dace9 100644 --- a/tools/h5diff/Makefile.in +++ b/tools/h5diff/Makefile.in @@ -42,6 +42,10 @@ LIB_SRC= LIB_OBJ=$(LIB_SRC:.c=.lo) PUB_LIB= +## Temporary files. *.h5 are generated by h5diff. They should +## copied to the testfiles/ directory if update is required. +MOSTLYCLEAN=*.h5 + ## Source and object files for programs... ## PROG_SRC=h5diff.c h5trav.c h5difftst.c |