From 76a789b0ca2845f1fa529093edfe62871686060e Mon Sep 17 00:00:00 2001 From: epoch Date: Mon, 22 Apr 2019 23:31:36 -0500 Subject: rewrote urijoin so a salvaged bigger uristart would work again --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b67a2d6..f327ba1 100644 --- a/Makefile +++ b/Makefile @@ -2,12 +2,14 @@ CFLAGS:=-std=c11 -pedantic -Wall PREFIX:=/usr/local CC:=gcc -all: uricut urimatch uriunescape uriescape uricmp +all: urimatch uricut urijoin uricmp uriunescape uriescape urimatch: urimatch.c uri.h uricut: uricut.c uri.h +urijoin: urijoin.c uri.h + uricmp: uricmp.c uri.h uriunescape: uriunescape.c uri.h @@ -21,6 +23,7 @@ clean: install: all install urimatch $(PREFIX)/bin/urimatch install uricut $(PREFIX)/bin/uricut + install urijoin $(PREFIX)/bin/urijoin install uricmp $(PREFIX)/bin/uricmp install uristart $(PREFIX)/bin/uristart install uriprintf $(PREFIX)/bin/uriprintf -- cgit v1.2.3