diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 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 +all: urimatch uricut urijoin uricmp uriunescape uriescape shorten urimatchpairs urigetline shorten: LDLIBS=-lcrypto shorten: shorten.c @@ -24,6 +24,8 @@ clean: rm -f *.o install: all + install -t $(PREFIX)/bin urimatchpairs + install -t $(PREFIX)/bin uristart.conf install -t $(PREFIX)/bin sqesc install -t $(PREFIX)/bin ssh_hack install -t $(PREFIX)/bin xwindowURI |