Makefile: update deps

This commit is contained in:
Daniel Micay 2012-09-21 16:45:25 -04:00
parent 2ffe2aa2c6
commit 8f3c75b987
1 changed files with 1 additions and 1 deletions

View File

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