Makefile: url_regex.h dep

This commit is contained in:
Daniel Micay 2012-08-16 05:04:47 -04:00
parent 2865781c70
commit fbfe4dae40
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ endif
LDFLAGS := -s -Wl,--as-needed ${LDFLAGS}
LDLIBS := ${shell pkg-config --libs ${GTK} ${VTE}}
termite: termite.cc
termite: termite.cc url_regex.h
${CXX} ${CXXFLAGS} ${LDFLAGS} $< ${LDLIBS} -o $@
install: termite
mkdir -p ${DESTDIR}${TERMINFO}