Makefile: update dependencies

This commit is contained in:
Daniel Micay 2012-10-04 15:36:52 -04:00
parent 506166230c
commit aadd8008b2
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.hh
termite: termite.cc memory.hh url_regex.hh
${CXX} ${CXXFLAGS} ${LDFLAGS} $< ${LDLIBS} -o $@
install: termite