From c2a05ee22b52922d9c80f92d29062c845ebc80c3 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 9 Apr 2013 20:49:01 +0200 Subject: [PATCH] Rename cubemap.cpp to main.cpp. Aaaa.... --- Makefile | 2 +- cubemap.cpp => main.cpp | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename cubemap.cpp => main.cpp (100%) diff --git a/Makefile b/Makefile index 6cd07cf..8b47a9f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PROTOC=protoc 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 diff --git a/cubemap.cpp b/main.cpp similarity index 100% rename from cubemap.cpp rename to main.cpp -- 2.39.2