nettleif

An encryption/decryption-Application using the nettle library
git clone git://xatko.vsos.ethz.ch/nettleif.git
Log | Files | Refs

commit 55a32f64e0eed2a7a8c23df66d5f16c67d95f517
parent 682e2bff0cd7118c454c552377b9ed45fe8a02a8
Author: Dominik Schmidt <dominik@schm1dt.ch>
Date:   Tue, 25 Dec 2018 14:46:29 +0100

Add the nettle.zip target

Diffstat:
Makefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -5,3 +5,6 @@ nettle: nettle.o nettle.o: nettle.c gcc -g -c -o $@ $^ `pkg-config --cflags nettle` + +nettle.zip: nettle.c Makefile + zip $@ $^