summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 9911100..883529e 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -14,6 +14,9 @@ ncr: ncr.c
pk: pk.c
$(CC) $(CFLAGS) $< -o $@ -L/usr/local/lib -lgnutls
+uspeed: shm/aes_cbc.c shm/shm.c shm/aes.h
+ $(CC) $(CFLAGS) shm/aes_cbc.c shm/shm.c -o $@ -Ishm -lpthread
+
check: $(progs)
./ncr
./pk