X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=Makefile;h=ca9b2554373b243f86773969447f8f59f5ac5711;hp=257966aa47954a446bc2315fd27e89fce18d4e35;hb=e8740ea38fa1b54672a83744549fcd1463403d98;hpb=41b297b59d7d5f700d12b7833423d0f985529524 diff --git a/Makefile b/Makefile index 257966a..ca9b255 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PROTOC=protoc CXXFLAGS=-Wall -O2 -g LDLIBS=-lcurl -lpthread -lprotobuf -OBJS=cubemap.o server.o mutexlock.o input.o state.pb.o +OBJS=cubemap.o server.o serverpool.o mutexlock.o input.o parse.o state.pb.o all: cubemap