From: Jonas Fonseca Date: Thu, 10 Mar 2011 02:14:09 +0000 (-0500) Subject: Do not install test-graph X-Git-Url: https://git.tokkee.org/?p=tig.git;a=commitdiff_plain;h=4bf02e653c03d0b1213319aa881cbb38b25ff15f Do not install test-graph --- diff --git a/Makefile b/Makefile index 0443482..3b21111 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,8 @@ RPM_RELEASE = $(word 2,$(RPM_VERLIST))$(if $(WTDIRTY),.dirty) LDLIBS ?= -lcurses CFLAGS ?= -Wall -O2 DFLAGS = -g -DDEBUG -Werror -O0 -PROGS = tig test-graph +PROGS = tig +TESTS = test-graph SOURCE = tig.c tig.h io.c io.h graph.c graph.h TXTDOC = tig.1.txt tigrc.5.txt manual.txt NEWS README INSTALL BUGS TODO MANDOC = tig.1 tigrc.5 tigmanual.7 @@ -59,8 +60,8 @@ ASCIIDOC_FLAGS = -aversion=$(VERSION) -asysconfdir=$(sysconfdir) XMLTO ?= xmlto DOCBOOK2PDF ?= docbook2pdf -all: $(PROGS) -all-debug: $(PROGS) +all: $(PROGS) $(TESTS) +all-debug: $(PROGS) $(TESTS) all-debug: CFLAGS += $(DFLAGS) doc: $(ALLDOC) doc-man: $(MANDOC)