summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJan Huwald <jh@sotun.de>2012-05-21 07:35:14 (GMT)
committerJan Huwald <jh@sotun.de>2012-05-21 07:35:14 (GMT)
commit6bd0f2e9a131c6db2cdf7d1480162f087468e23c (patch)
treee59871f815a3d556f258972265b7b3e13e83675b /Makefile
parent22670f19bd1f015bf3a0588f7d4d56b3a6415d3e (diff)
add key generator
hbbp_keygen generates all four keys private, public for sender and receiver with the file names used in hbbp[cd] in the current working directory.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 87a65e8..0149285 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
-BIN=hbbpd hbbpc
-
+ifndef BIN
+BIN=hbbpd hbbpc hbbp_keygen
+endif
+
ifndef EXTERNAL_NACL
CFLAGS += -Inacl/include/
LDFLAGS += -Lnacl/lib/
contact: Jan Huwald // Impressum