summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files 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