aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-10-01 22:47:13 +1300
committerDavid Phillips <david@sighup.nz>2017-10-01 22:47:13 +1300
commit5267992a6057c82652514a1a4129582d9a3266f7 (patch)
tree5982ca97785bed123d81d1ee59f65fcfb3e53b1b
parent63d1aa9505c194ee0c2e8e3eff0812f695031696 (diff)
downloadsand-leek-5267992a6057c82652514a1a4129582d9a3266f7.tar.xz
Remove partly broken sand-leek-cl target from all
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a2b3e94..85880da 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CFLAGS += -Wall -Wextra -O2
LDFLAGS += -lssl -lcrypto -lpthread
-all: sand-leek sand-leek-cl
+all: sand-leek
sand-leek: sand-leek.o onion_base32.o key_update.o
$(CC) -o $@ $^ $(LDFLAGS)