diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit b3e6289f85cb12b432908ceea79c20d4c4083574
parent fd42b4ba7ab6b85516cac08793cf3317c76c72ca
Author: in0rdr <andreas.gruhler@uzh.ch>
Date:   Tue,  6 Dec 2016 11:08:18 +0100

Enable all gcc warnings

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -4,7 +4,7 @@ PREFIX ?= /usr/local BINDIR ?= $(DESTDIR)$(PREFIX)/bin CC = gcc -CFLAGS = -lncurses +CFLAGS = -lncurses -Wall default: $(TARGET)