summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-03-17 13:31:59 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-03-17 13:31:59 +0100
commitcde0a7fa6fa57a02ba9921e34a590085a6690e6e (patch)
tree005d7ac486c5aecce97f5f423f52bb0e42ae093a /examples/Makefile
parente8a9364716747bf25feda87f282f95e43a8708a3 (diff)
downloadcryptodev-linux-cde0a7fa6fa57a02ba9921e34a590085a6690e6e.tar.gz
cryptodev-linux-cde0a7fa6fa57a02ba9921e34a590085a6690e6e.tar.xz
cryptodev-linux-cde0a7fa6fa57a02ba9921e34a590085a6690e6e.zip
Corrected make clean, and corrected examples to use the current cryptodev.h
definitions.
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index eb50a5f..601fb07 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -7,3 +7,6 @@ example-hmac-objs := hmac.o
check: $(hostprogs)
./cipher
./hmac
+
+clean:
+ rm -f *.o *~ hmac cipher