diff options
author | epoch <epoch@enzo.thebackupbox.net> | 2022-02-17 01:14:37 +0000 |
---|---|---|
committer | epoch <epoch@enzo.thebackupbox.net> | 2022-02-17 01:14:37 +0000 |
commit | 3e40766f12e2a31fb9c0167116f1042acb52e4bc (patch) | |
tree | 3a460fe3eb00ad07e311ab5edf0660e21fab8883 /Makefile | |
parent | 2cd1a579e8c4178b8654692a2a921bdc625ff577 (diff) | |
download | uritools-3e40766f12e2a31fb9c0167116f1042acb52e4bc.tar.gz uritools-3e40766f12e2a31fb9c0167116f1042acb52e4bc.zip |
forgot to dep on sqesc
Diffstat (limited to 'Makefile')
-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 |