summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/Makefile b/examples/Makefile
index ff5381d..100cc49 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -1,7 +1,7 @@
CC = gcc
CFLAGS = -Wall -g -O2
-progs := cipher hmac ncr pk speed ncr-direct
+progs := cipher hmac ncr pk speed
all: $(progs)
@@ -22,11 +22,10 @@ pk: pk.c
check: $(progs)
./ncr
- ./ncr-direct
./pk
./cipher
./hmac
./speed
clean:
- rm -f *.o *~ hmac cipher ncr pk speed ncr-direct
+ rm -f *.o *~ hmac cipher ncr pk speed \ No newline at end of file