Makefile: update dependencies
This commit is contained in:
parent
506166230c
commit
aadd8008b2
2
Makefile
2
Makefile
|
@ -28,7 +28,7 @@ endif
|
||||||
LDFLAGS := -s -Wl,--as-needed ${LDFLAGS}
|
LDFLAGS := -s -Wl,--as-needed ${LDFLAGS}
|
||||||
LDLIBS := ${shell pkg-config --libs ${GTK} ${VTE}}
|
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 $@
|
${CXX} ${CXXFLAGS} ${LDFLAGS} $< ${LDLIBS} -o $@
|
||||||
|
|
||||||
install: termite
|
install: termite
|
||||||
|
|
Loading…
Reference in New Issue