diff options
author | Miloslav Trmač <mitr@redhat.com> | 2010-08-05 16:24:24 +0200 |
---|---|---|
committer | Miloslav Trmač <mitr@redhat.com> | 2010-08-24 20:58:30 +0200 |
commit | e777edcafa19d746c61b2ff6caf1d1483b30c653 (patch) | |
tree | d56a19f64d4164a2f093b23a8b97b196da9065e1 | |
parent | 225e02302742657db0d5154e1fbfd558698e557c (diff) | |
download | cryptodev-linux-e777edcafa19d746c61b2ff6caf1d1483b30c653.tar.gz cryptodev-linux-e777edcafa19d746c61b2ff6caf1d1483b30c653.tar.xz cryptodev-linux-e777edcafa19d746c61b2ff6caf1d1483b30c653.zip |
Don't repeat the list of example programs
-rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |