aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorepoch <epoch@hack.thebackupbox.net>2020-11-16 02:05:08 +0000
committerepoch <epoch@hack.thebackupbox.net>2020-11-16 02:05:08 +0000
commitd38c9f8b33197ec48c63aa7a03df9beed0400b49 (patch)
tree8d116703273d901105cad6724cca3bd2366300f2
parent33c881b546d40fe88ee0a8988c654d2563d38582 (diff)
downloaduritools-d38c9f8b33197ec48c63aa7a03df9beed0400b49.tar.gz
uritools-d38c9f8b33197ec48c63aa7a03df9beed0400b49.zip
wtf, why did I use LDFLAGS for libs?
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a347ca..8a87a74 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CC:=gcc
all: urimatch uricut urijoin uricmp uriunescape uriescape shorten
-shorten: LDFLAGS=-lcrypto
+shorten: LDLIBS=-lcrypto
shorten: shorten.c
urimatch: urimatch.c uri.h