From 5c2d70e26a87a3618ab7b8577b2d5de3a2c4a68d Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 23 Nov 2017 21:25:26 +1300 Subject: Format output with gorgeous colours --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.1