Makefile: update deps
This commit is contained in:
parent
2ffe2aa2c6
commit
8f3c75b987
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.h
|
termite: termite.cc url_regex.hh
|
||||||
${CXX} ${CXXFLAGS} ${LDFLAGS} $< ${LDLIBS} -o $@
|
${CXX} ${CXXFLAGS} ${LDFLAGS} $< ${LDLIBS} -o $@
|
||||||
|
|
||||||
install: termite
|
install: termite
|
||||||
|
|
Loading…
Reference in New Issue