X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/4c6fabc213355ec6a575d36d53baf661704c4056..82e78006b9dab594f1549d5ead524dfa8295c530:/Makefile diff --git a/Makefile b/Makefile index 9a0cb60..818bb48 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,14 @@ PREFIX = $(HOME) LDFLAGS = -lcurses -CFLAGS = -g '-DVERSION="$(VERSION)"' -Wall +CFLAGS = '-DVERSION="$(VERSION)"' -Wall +DFLAGS = -g -DDEBUG PROGS = tig DOCS = tig.1.txt tig.1 tig.1.html VERSION = $(shell git-describe) all: $(PROGS) +all-debug: $(PROGS) +all-debug: CFLAGS += $(DFLAGS) docs: $(DOCS) install: all