X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/67e48ac5f5b8a2333710625cb782f840dba27079..19f862bdd79fbdba6c857713425e91f8190dadc5:/Makefile diff --git a/Makefile b/Makefile index c1fd656..6eaffd4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PREFIX = $(HOME) LDLIBS = -lcurses CFLAGS = -Wall -DFLAGS = -g -DDEBUG +DFLAGS = -g -DDEBUG -Werror PROGS = tig DOCS = tig.1.txt tig.1.html tig.1 README.html