aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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
@@ -10,6 +10,10 @@ OBJECTS = shared.o cache.o parsing.o html.o ui-shared.o ui-repolist.o \
10 10
11CFLAGS += -Wall 11CFLAGS += -Wall
12 12
13ifdef DEBUG
14 CFLAGS += -g
15endif
16
13all: cgit 17all: cgit
14 18
15install: all clean-cache 19install: all clean-cache