diff options
author | Ben LaHaise <bcrl@kvack.org> | 2002-01-23 03:09:48 +0000 |
---|---|---|
committer | Ben LaHaise <bcrl@kvack.org> | 2002-01-23 03:09:48 +0000 |
commit | 882df3457d17e05fad698c5a26f50b309b6797c8 (patch) | |
tree | 5a95d3c58ca3c6229936bee593f3fb98548e8334 /src | |
parent | 0c1f52c3c39ce9815bbfcc999c23de5487abb00c (diff) | |
download | libaio-882df3457d17e05fad698c5a26f50b309b6797c8.tar.gz |
bump version
make clean delete *.so*
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index f6a9d85..83610fb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -49,6 +49,6 @@ $(libaio_objs): libaio.h clean: rm -f $(all_targets) $(libaio_objs) $(libaio_sobjs) $(soname).new - rm -f *.so *.a *.o + rm -f *.so* *.a *.o rm -f lib/*.so* @$(MAKE) -C lib/src clean |