From 3e40766f12e2a31fb9c0167116f1042acb52e4bc Mon Sep 17 00:00:00 2001 From: epoch Date: Thu, 17 Feb 2022 01:14:37 +0000 Subject: forgot to dep on sqesc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 25ef0bf..fe3eb37 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CFLAGS:=-std=c11 -pedantic -Wall PREFIX:=/usr/local CC:=gcc -all: urimatch uricut urijoin uricmp uriunescape uriescape shorten urimatchpairs urigetline +all: urimatch uricut urijoin uricmp uriunescape uriescape shorten urimatchpairs urigetline sqesc shorten: LDLIBS=-lcrypto shorten: shorten.c -- cgit v1.2.3