use the correct file extension
This commit is contained in:
parent
cbfc6264f1
commit
0e7d8c4ce0
2
Makefile
2
Makefile
|
@ -26,7 +26,7 @@ endif
|
|||
|
||||
LDFLAGS := -s -Wl,--as-needed ${shell pkg-config --libs ${GTK} ${VTE}} ${LDFLAGS}
|
||||
|
||||
termite: termite.c
|
||||
termite: termite.cc
|
||||
${CXX} ${CXXFLAGS} -o $@ $< ${LDFLAGS}
|
||||
|
||||
install: termite
|
||||
|
|
Loading…
Reference in New Issue