aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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