update Makefile dependencies

This commit is contained in:
Daniel Micay 2013-01-06 19:32:56 -05:00
parent 16426ed18f
commit 8e4b53dd78
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ endif
LDFLAGS := -s -Wl,--as-needed ${LDFLAGS}
LDLIBS := ${shell pkg-config --libs ${GTK} ${VTE}}
termite: termite.cc util/memory.hh url_regex.hh
termite: termite.cc url_regex.hh util/clamp.hh util/maybe.hh util/memory.hh
${CXX} ${CXXFLAGS} ${LDFLAGS} $< ${LDLIBS} -o $@
install: termite termite.desktop termite.terminfo