diff options
| author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-03-17 13:31:59 +0100 |
|---|---|---|
| committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-03-17 13:31:59 +0100 |
| commit | cde0a7fa6fa57a02ba9921e34a590085a6690e6e (patch) | |
| tree | 005d7ac486c5aecce97f5f423f52bb0e42ae093a /examples/Makefile | |
| parent | e8a9364716747bf25feda87f282f95e43a8708a3 (diff) | |
| download | cryptodev-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/Makefile | 3 |
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 |
