X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=Makefile;h=a9333f037bec926c4f1d3779acc19f37ab325d29;hp=257966aa47954a446bc2315fd27e89fce18d4e35;hb=462cb16514a2b691ae4d4b76125b42fda83df712;hpb=41b297b59d7d5f700d12b7833423d0f985529524 diff --git a/Makefile b/Makefile index 257966a..a9333f0 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 markpool.o state.pb.o all: cubemap