aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b94150a..db0aaa8 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ LDFLAGS += -lssl -lcrypto -lpthread
all: sand-leek
sand-leek: sand-leek.o onion_base32.o key_update.o
+ $(CC) -o $@ $^ $(LDFLAGS)
clean:
rm -vf sand-leek *.o