aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-11-23 21:25:26 +1300
committerDavid Phillips <david@sighup.nz>2017-11-23 21:26:13 +1300
commit5c2d70e26a87a3618ab7b8577b2d5de3a2c4a68d (patch)
treee1647da5721dba2b911301dc8bca0cdcc2e5f284 /Makefile
parent299d0bb0431e80ce1152908320868c1452ef1080 (diff)
downloadsand-leek-5c2d70e26a87a3618ab7b8577b2d5de3a2c4a68d.tar.xz
Format output with gorgeous colours
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index adf947e..e94b8fd 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ LDFLAGS += -lssl -lcrypto -lpthread
all: sand-leek
-sand-leek.o: endian.h onion_base32.h key_update.h
+sand-leek.o: endian.h onion_base32.h key_update.h colour.h
sand-leek: sand-leek.o onion_base32.o key_update.o
$(CC) -o $@ $^ $(LDFLAGS)