From 7263e71e12b542122fa20e3263ba0e33bc7384ac Mon Sep 17 00:00:00 2001 From: epochqwert Date: Tue, 11 Oct 2016 06:49:04 +0000 Subject: actually tested stuff and figured out that the first rule is the default one. oki doki. --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d711917..ee617d0 100644 --- a/Makefile +++ b/Makefile @@ -2,10 +2,11 @@ CFLAGS=-std=c99 -pedantic -Wall PREFIX=/usr/local CC=gcc -matchurl: matchurl.c -cuturl: cuturl.c +all: cuturl matchurl -all: matchurl cuturl +matchurl: matchurl.c url.o + +cuturl: cuturl.c url.o clean: rm -f matchurl -- cgit v1.2.3