use the correct file extension

This commit is contained in:
Daniel Micay 2012-07-20 10:35:45 -04:00
parent cbfc6264f1
commit 0e7d8c4ce0
2 changed files with 1 additions and 1 deletions

View File

@ -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