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