From aadd8008b25f567e8584182b4ca6640bb7477a9a Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 4 Oct 2012 15:36:52 -0400 Subject: [PATCH] Makefile: update dependencies --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec0caea..b9202c0 100644 --- a/Makefile +++ b/Makefile @@ -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