]> git.sesse.net Git - cubemap/commitdiff
Rename cubemap.cpp to main.cpp. Aaaa....
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 9 Apr 2013 18:49:01 +0000 (20:49 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 9 Apr 2013 18:49:01 +0000 (20:49 +0200)
Makefile
main.cpp [moved from cubemap.cpp with 100% similarity]

index 6cd07cf9b02fb6b9e3c1f8e0e0a4ec011ebef26d..8b47a9fe7f70ed013d0af9bf55753eb0e45d55a6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ PROTOC=protoc
 CXXFLAGS=-Wall -O2 -g
 LDLIBS=-lpthread -lprotobuf
 
 CXXFLAGS=-Wall -O2 -g
 LDLIBS=-lpthread -lprotobuf
 
-OBJS=cubemap.o server.o serverpool.o mutexlock.o input.o parse.o state.pb.o
+OBJS=main.o server.o serverpool.o mutexlock.o input.o parse.o state.pb.o
 
 all: cubemap
 
 
 all: cubemap
 
similarity index 100%
rename from cubemap.cpp
rename to main.cpp