diff options
author | David Phillips <david@sighup.nz> | 2018-06-18 20:27:41 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2018-06-18 20:27:41 +1200 |
commit | 48923aec615908412d00034a4bd69a2200921794 (patch) | |
tree | f5ff82e2aa9080908719b9e1e92c517cc767dde2 /Makefile | |
parent | 8bf20f5eaa5c65072011535c6aa9b1b73bbb85a0 (diff) | |
download | sand-leek-48923aec615908412d00034a4bd69a2200921794.tar.xz |
Refactor human-friendly unit algorithms
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |