aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-06-27 01:39:10 +1200
committerDavid Phillips <david@sighup.nz>2017-06-27 01:39:10 +1200
commit899f479dc575b8f98765cbf5cba9d1f5f47f9234 (patch)
tree7abbdf9c0de547fc9636daa7200c3beff54b7bd7 /Makefile
parentda750c34674077ac2363781c67b8e066aafb0714 (diff)
downloadsand-leek-899f479dc575b8f98765cbf5cba9d1f5f47f9234.tar.xz
Fix LDFLAGS order
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