summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1999-06-24 02:14:28 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1999-06-24 02:14:28 (GMT)
commitace37763c377153217564e4dd08c2fcc385e83c4 (patch)
tree6e427c11ecc2d567cee7d65c8684df3d7cc0a0a5 /examples
parentaa8fd173a8009b7c0a8d9470f2b5debcea044965 (diff)
downloadhdf5-ace37763c377153217564e4dd08c2fcc385e83c4.zip
hdf5-ace37763c377153217564e4dd08c2fcc385e83c4.tar.gz
hdf5-ace37763c377153217564e4dd08c2fcc385e83c4.tar.bz2
[svn-r1373] Added .o and .lo files to the "clean" target
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.in b/examples/Makefile.in
index ababc4f..ae67254 100644
--- a/examples/Makefile.in
+++ b/examples/Makefile.in
@@ -21,7 +21,7 @@ TEST_PROGS= h5_write h5_read h5_extend_write h5_chunk_read h5_compound \
# These are the files that `make clean' (and derivatives) will remove from
# this directory.
-CLEAN=*.h5
+CLEAN=*.h5 *.o *.lo
# List all source files here. The list of object files will be
# created by replacing the `.c' with a `.o'. This list is necessary