diff options
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
