aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-10-02 23:58:45 +1300
committerDavid Phillips <david@sighup.nz>2017-10-02 23:58:45 +1300
commitefeab5984a62ad6d7a4a7285e2fc7275c38339c5 (patch)
tree731f4e46a787a8082970aef8c0a08ecba4009024
parent8deb7d91f146eb342dbf28fc66a07e665bd7a15a (diff)
downloadsand-leek-efeab5984a62ad6d7a4a7285e2fc7275c38339c5.tar.xz
Add more targets to -cl
-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