From ace37763c377153217564e4dd08c2fcc385e83c4 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 23 Jun 1999 21:14:28 -0500 Subject: [svn-r1373] Added .o and .lo files to the "clean" target --- examples/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12