repo: uritools
action: commit
revision: 
path_from: 
revision_from: 7263e71e12b542122fa20e3263ba0e33bc7384ac:
path_to: 
revision_to: 
git.thebackupbox.net
uritools
git clone git://git.thebackupbox.net/uritools
commit 7263e71e12b542122fa20e3263ba0e33bc7384ac
Author: epochqwert 
Date:   Tue Oct 11 06:49:04 2016 +0000

    actually tested stuff and figured out that the first rule is the default one. oki doki.

diff --git a/Makefile b/Makefile
index d7119171cc7a43291edbcf9cb1bac568c80ab552..
index ..ee617d0417c0edc46979af497f128634c75b43ac 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

-----END OF PAGE-----