X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=Makefile;h=6cd07cf9b02fb6b9e3c1f8e0e0a4ec011ebef26d;hp=257966aa47954a446bc2315fd27e89fce18d4e35;hb=c2c9f6441f9ae8091a39aea0340417d5915e1ac9;hpb=41b297b59d7d5f700d12b7833423d0f985529524 diff --git a/Makefile b/Makefile index 257966a..6cd07cf 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=cubemap.o server.o serverpool.o mutexlock.o input.o parse.o state.pb.o all: cubemap