]> git.sesse.net Git - movit/commitdiff
Rename test.cpp to main.cpp.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 1 Oct 2012 13:17:02 +0000 (15:17 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 1 Oct 2012 13:17:02 +0000 (15:17 +0200)
Makefile
main.cpp [moved from test.cpp with 100% similarity]

index 4667f41dd3cd38d303aeefa1f286ff43f13a9ca9..9cd3e9400475860387414507cc4b2a9bd2eddf5f 100644 (file)
--- 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)
similarity index 100%
rename from test.cpp
rename to main.cpp