update Makefile dependencies
This commit is contained in:
parent
16426ed18f
commit
8e4b53dd78
2
Makefile
2
Makefile
|
@ -33,7 +33,7 @@ endif
|
|||
LDFLAGS := -s -Wl,--as-needed ${LDFLAGS}
|
||||
LDLIBS := ${shell pkg-config --libs ${GTK} ${VTE}}
|
||||
|
||||
termite: termite.cc util/memory.hh url_regex.hh
|
||||
termite: termite.cc url_regex.hh util/clamp.hh util/maybe.hh util/memory.hh
|
||||
${CXX} ${CXXFLAGS} ${LDFLAGS} $< ${LDLIBS} -o $@
|
||||
|
||||
install: termite termite.desktop termite.terminfo
|
||||
|
|
Loading…
Reference in New Issue