summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c290c6f..a3e9b05 100644
--- a/Makefile
+++ b/Makefile
@@ -11,4 +11,8 @@ OBJECTS = shared.o cache.o parsing.o html.o ui-shared.o ui-repolist.o \
11CFLAGS += -Wall 11CFLAGS += -Wall
12 12
13ifdef DEBUG
14 CFLAGS += -g
15endif
16
13all: cgit 17all: cgit
14 18