diff options
Diffstat (limited to 'hl/fortran/test/Makefile.am')
-rw-r--r-- | hl/fortran/test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/fortran/test/Makefile.am b/hl/fortran/test/Makefile.am index 8597e1f..e40155a 100644 --- a/hl/fortran/test/Makefile.am +++ b/hl/fortran/test/Makefile.am @@ -29,6 +29,6 @@ tstimage_SOURCES=tstimage.f90 tsttable_SOURCES=tsttable.f90 # Temporary files. -MOSTLYCLEANFILES=dsetf[1-4].h5 f1img.h5 f1tab.h5 +MOSTLYCLEANFILES+=dsetf[1-4].h5 f1img.h5 f1tab.h5 include $(top_srcdir)/config/conclude.am |