aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-11-18 13:43:28 +1300
committerDavid Phillips <david@sighup.nz>2017-11-18 13:43:28 +1300
commit51407f1797c77c742815d3135632666f4d940cb7 (patch)
tree9eae513f96a9fdcb9a6a9b17d804a3a63b949308 /Makefile
parent8816f394206b7642c159caf0d2db9b3ab55b7d10 (diff)
downloadsand-leek-51407f1797c77c742815d3135632666f4d940cb7.tar.xz
Switch to in-house byte-order switching
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 144a423..adf947e 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,8 @@ LDFLAGS += -lssl -lcrypto -lpthread
all: sand-leek
+sand-leek.o: endian.h onion_base32.h key_update.h
+
sand-leek: sand-leek.o onion_base32.o key_update.o
$(CC) -o $@ $^ $(LDFLAGS)