From 1db8f7d916874f22c15df3121e3ec5ba5f7e7310 Mon Sep 17 00:00:00 2001 From: epochqwert Date: Wed, 30 Dec 2015 04:37:22 -0600 Subject: enabled magic by default in cuturl. made cuturl print empty string instead of trying to print nulls. matchurl was matching multiple times for things it shouldn't have and not cleaing out the url struct. Makefile now uses -Wall --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7257526..8c8e858 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ PREFIX=/usr/local CC=gcc all: - $(CC) -o matchurl matchurl.c url.c - $(CC) -o cuturl cuturl.c url.c + $(CC) -Wall -o matchurl matchurl.c url.c + $(CC) -Wall -o cuturl cuturl.c url.c clean: rm -f matchurl -- cgit v1.2.3