]> git.sesse.net Git - cubemap/blobdiff - Makefile
Implement writev(). Working reflector!
[cubemap] / Makefile
index 8d26f4984c06bed137ea7743bbb1a336f2f1da8d..78ec5a6e26edb10dd26191c9ccc46f6ff5447095 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
 CC=gcc
 CXX=g++
 CXXFLAGS=-Wall -O2 -g
 CC=gcc
 CXX=g++
 CXXFLAGS=-Wall -O2 -g
-LDLIBS=-lcurl
+LDLIBS=-lcurl -lpthread
 
 
-OBJS=cubemap.o
+OBJS=cubemap.o server.o mutexlock.o input.o
 
 all: cubemap
 
 
 all: cubemap