aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)