From e777edcafa19d746c61b2ff6caf1d1483b30c653 Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Thu, 5 Aug 2010 16:24:24 +0200 Subject: Don't repeat the list of example programs --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index 100cc49..749a4b8 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -28,4 +28,4 @@ check: $(progs) ./speed clean: - rm -f *.o *~ hmac cipher ncr pk speed \ No newline at end of file + rm -f *.o *~ $(progs) \ No newline at end of file -- cgit