]> git.sesse.net Git - cubemap/blobdiff - Makefile
Explicitly SIGHUP threads to kill them out of syscalls when we want to join them...
[cubemap] / Makefile
index 2db0a754e6b5cd09a2f376cd1d85403edb34961f..8b47a9fe7f70ed013d0af9bf55753eb0e45d55a6 100644 (file)
--- 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 serverpool.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