diff options
| author | Miloslav Trmač <mitr@redhat.com> | 2010-08-05 16:24:24 +0200 |
|---|---|---|
| committer | Miloslav Trmač <mitr@redhat.com> | 2010-08-23 20:01:58 +0200 |
| commit | aabac075ddf07d486011f9c42c96cc40495861ad (patch) | |
| tree | f1ce5c622c4de16b751eb3212ea31999a78c1210 /examples/Makefile | |
| parent | b777f05372cd72112c10344630e8b1dc7918aa35 (diff) | |
| download | cryptodev-linux-aabac075ddf07d486011f9c42c96cc40495861ad.tar.gz cryptodev-linux-aabac075ddf07d486011f9c42c96cc40495861ad.tar.xz cryptodev-linux-aabac075ddf07d486011f9c42c96cc40495861ad.zip | |
Don't repeat the list of example programs
Diffstat (limited to 'examples/Makefile')
| -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 |
