From d38c9f8b33197ec48c63aa7a03df9beed0400b49 Mon Sep 17 00:00:00 2001 From: epoch Date: Mon, 16 Nov 2020 02:05:08 +0000 Subject: wtf, why did I use LDFLAGS for libs? --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3