From: Steinar H. Gunderson Date: Mon, 1 Oct 2012 13:17:02 +0000 (+0200) Subject: Rename test.cpp to main.cpp. X-Git-Tag: 1.0~481 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=cc6350402089b7ad686516fbac1c0f4c5236ae45 Rename test.cpp to main.cpp. --- diff --git a/Makefile b/Makefile index 4667f41..9cd3e94 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC=gcc CXX=g++ CXXFLAGS=-Wall LDFLAGS=-lSDL -lSDL_image -lGL -OBJS=test.o util.o widgets.o +OBJS=main.o util.o widgets.o test: $(OBJS) $(CXX) -o test $(OBJS) $(LDFLAGS) diff --git a/test.cpp b/main.cpp similarity index 100% rename from test.cpp rename to main.cpp