repo: uritools action: commit revision: path_from: revision_from: 7263e71e12b542122fa20e3263ba0e33bc7384ac: path_to: revision_to:
commit 7263e71e12b542122fa20e3263ba0e33bc7384ac Author: epochqwertDate: 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
--- 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-----