diff options
Diffstat (limited to 'c++/examples/Makefile.in')
-rw-r--r-- | c++/examples/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in index 47b91a3..f91a610 100644 --- a/c++/examples/Makefile.in +++ b/c++/examples/Makefile.in @@ -48,7 +48,7 @@ TEST_PROGS=$(TEST_SRC:.cpp=) ## These are the files that `make clean' (and derivatives) will remove from ## this directory. -CLEAN= +CLEAN=*.h5 ## How to build the programs... they all depend on the Fortran & C hdf5 libraries $(TEST_PROGS): $(LIB) $(LIBHDF5) |