From cde0a7fa6fa57a02ba9921e34a590085a6690e6e Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 17 Mar 2010 13:31:59 +0100 Subject: Corrected make clean, and corrected examples to use the current cryptodev.h definitions. --- examples/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/Makefile') 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 -- cgit