X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile;h=8b47a9fe7f70ed013d0af9bf55753eb0e45d55a6;hb=c2a05ee22b52922d9c80f92d29062c845ebc80c3;hp=257966aa47954a446bc2315fd27e89fce18d4e35;hpb=41b297b59d7d5f700d12b7833423d0f985529524;p=cubemap diff --git a/Makefile b/Makefile index 257966a..8b47a9f 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ CC=gcc CXX=g++ PROTOC=protoc CXXFLAGS=-Wall -O2 -g -LDLIBS=-lcurl -lpthread -lprotobuf +LDLIBS=-lpthread -lprotobuf -OBJS=cubemap.o server.o mutexlock.o input.o state.pb.o +OBJS=main.o server.o serverpool.o mutexlock.o input.o parse.o state.pb.o all: cubemap