From efeab5984a62ad6d7a4a7285e2fc7275c38339c5 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 2 Oct 2017 23:58:45 +1300 Subject: Add more targets to -cl --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6289664..8f4b5b8 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ all: sand-leek sand-leek-cl sand-leek: sand-leek.o onion_base32.o key_update.o $(CC) -o $@ $^ $(LDFLAGS) -sand-leek-cl: sand-leek-cl.o trampoline.o cl_error.o slurp.o +sand-leek-cl: sand-leek-cl.o onion_base32.o trampoline.o cl_error.o slurp.o sha1.o $(CC) -o $@ $^ $(LDFLAGS) sand-leek-cl.o: sand-leek-cl.c -- cgit v1.1