X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/8e495b075d0c84bb9a6e6ddee28930e3adaf8d7d..777faf7e509e1de2b795b2a326ff00c9bd799104:/Makefile?ds=sidebyside 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 \ CFLAGS += -Wall +ifdef DEBUG + CFLAGS += -g +endif + all: cgit install: all clean-cache