From 51407f1797c77c742815d3135632666f4d940cb7 Mon Sep 17 00:00:00 2001
From: David Phillips <david@sighup.nz>
Date: Sat, 18 Nov 2017 13:43:28 +1300
Subject: Switch to in-house byte-order switching

---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'Makefile')

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)
 
-- 
cgit v1.1