diff options
author | David Phillips <david@sighup.nz> | 2017-11-23 21:25:26 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-11-23 21:26:13 +1300 |
commit | 5c2d70e26a87a3618ab7b8577b2d5de3a2c4a68d (patch) | |
tree | e1647da5721dba2b911301dc8bca0cdcc2e5f284 /Makefile | |
parent | 299d0bb0431e80ce1152908320868c1452ef1080 (diff) | |
download | sand-leek-5c2d70e26a87a3618ab7b8577b2d5de3a2c4a68d.tar.xz |
Format output with gorgeous colours
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |