diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-08-15 14:35:46 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-08-15 14:35:46 (GMT) |
commit | 2339599b7c98ac329e7baa28b6d657e98771d768 (patch) | |
tree | 252d76ef7549c5eeb888beb9dcb50ab260bc4161 | |
parent | 5b66a4928ea1d84f443227888512d9415621dbce (diff) | |
download | hdf5-2339599b7c98ac329e7baa28b6d657e98771d768.zip hdf5-2339599b7c98ac329e7baa28b6d657e98771d768.tar.gz hdf5-2339599b7c98ac329e7baa28b6d657e98771d768.tar.bz2 |
[svn-r29] Added 'debug' executable to clean target
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index cfda7af..93c3414 100644 --- a/src/Makefile +++ b/src/Makefile @@ -42,7 +42,7 @@ debug: $(OBJ) $(RANLIB) $(TARGET) clean: - -rm -f *.o core $(TARGET) + -rm -f *.o core debug $(TARGET) -rm -f *.bak ########################################################################### |