From 0e7d8c4ce0478eea7ee4b83cdbed191f718bfe35 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 20 Jul 2012 10:35:45 -0400 Subject: [PATCH] use the correct file extension --- Makefile | 2 +- termite.c => termite.cc | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename termite.c => termite.cc (100%) diff --git a/Makefile b/Makefile index 23abaac..95b0754 100644 --- a/Makefile +++ b/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 diff --git a/termite.c b/termite.cc similarity index 100% rename from termite.c rename to termite.cc