Commit aadad016da6b14dd6c0cee69c6ffedc1fb97c101

Thomas de Grivel 2012-04-20T10:58:10

add debug flags

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/Makefile b/Makefile
index b8fd528..6027b2e 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,9 @@
 
 PROG =	git-auth
 
+DEBUG = -g -DDEBUG
+WARNINGS = yes
+
 CFLAGS += -W -Wall -Werror
 
 SRCS =	git-auth.c \