diff options
author | Miloslav Trmač <mitr@redhat.com> | 2010-08-05 16:38:25 +0200 |
---|---|---|
committer | Miloslav Trmač <mitr@redhat.com> | 2010-08-24 20:58:30 +0200 |
commit | 1b363a16597b791a7f8306c9d9ee2c8fadb34999 (patch) | |
tree | c03d0cf95fb815fbc081bc1fbe3aff028225444a | |
parent | 112513a2c51b8f499abf830d9a238a94f0c9d994 (diff) | |
download | cryptodev-linux-1b363a16597b791a7f8306c9d9ee2c8fadb34999.tar.gz cryptodev-linux-1b363a16597b791a7f8306c9d9ee2c8fadb34999.tar.xz cryptodev-linux-1b363a16597b791a7f8306c9d9ee2c8fadb34999.zip |
Delete libcryptodev.so* on (make clean)
-rw-r--r-- | userspace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/Makefile b/userspace/Makefile index 7db92d5..b87bf0c 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -16,4 +16,4 @@ libcryptodev.so: ${libobj} ln -sf libcryptodev.so.0.0 libcryptodev.so clean: - rm -f *.o *~ ncr-setkey + rm -f *.o *~ libcryptodev.so* ncr-setkey |