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