summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-25 04:03:19 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-25 04:03:19 +0200
commit823e0b899b1396a04585a3b4d555d5c4b626a94f (patch)
treeefa803826ff2a1c49e88955e436657d9673ad9f7
parent6cf55ca05f1e6277dd6d4a5e90ad344988b77d0d (diff)
downloadcryptodev-linux-823e0b899b1396a04585a3b4d555d5c4b626a94f.tar.gz
cryptodev-linux-823e0b899b1396a04585a3b4d555d5c4b626a94f.tar.xz
cryptodev-linux-823e0b899b1396a04585a3b4d555d5c4b626a94f.zip
Don't duplicate the list of example programs
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index d149088..9911100 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -20,4 +20,4 @@ check: $(progs)
./speed
clean:
- rm -f *.o *~ ncr pk speed
+ rm -f *.o *~ $(progs)