Makefile: url_regex.h dep
This commit is contained in:
parent
2865781c70
commit
fbfe4dae40
3
Makefile
3
Makefile
|
@ -31,7 +31,8 @@ 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
|
termite: termite.cc url_regex.h
|
||||||
|
${CXX} ${CXXFLAGS} ${LDFLAGS} $< ${LDLIBS} -o $@
|
||||||
|
|
||||||
install: termite
|
install: termite
|
||||||
mkdir -p ${DESTDIR}${TERMINFO}
|
mkdir -p ${DESTDIR}${TERMINFO}
|
||||||
|
|
Loading…
Reference in New Issue