From 48923aec615908412d00034a4bd69a2200921794 Mon Sep 17 00:00:00 2001
From: David Phillips <david@sighup.nz>
Date: Mon, 18 Jun 2018 20:27:41 +1200
Subject: Refactor human-friendly unit algorithms

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index 3db9b2f..b130d15 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ all: sand-leek
 
 sand-leek.o: endian.h onion_base32.h key_update.h colour.h
 
-sand-leek: sand-leek.o onion_base32.o key_update.o
+sand-leek: sand-leek.o onion_base32.o key_update.o unit_label.o
 	$(CC) -o $@ $^ $(LDFLAGS)
 
 clean:
-- 
cgit v1.1