From 5267992a6057c82652514a1a4129582d9a3266f7 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 1 Oct 2017 22:47:13 +1300 Subject: Remove partly broken sand-leek-cl target from all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.1