summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e198a62)
raw | patch | inline | side by side (parent: e198a62)
author | Jonas Fonseca <fonseca@diku.dk> | |
Thu, 10 Mar 2011 02:14:09 +0000 (21:14 -0500) | ||
committer | Jonas Fonseca <fonseca@diku.dk> | |
Thu, 10 Mar 2011 02:14:09 +0000 (21:14 -0500) |
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 044348294ab8be34cf37f7ac25a85f3b83d10889..3b211117320d44bddf5e5310255bd0f367b01032 100644 (file)
--- a/Makefile
+++ b/Makefile
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
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)