X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=Makefile;h=78ec5a6e26edb10dd26191c9ccc46f6ff5447095;hp=8d26f4984c06bed137ea7743bbb1a336f2f1da8d;hb=f3e2d52ccf79454ee157917f9017263a8f4c50c3;hpb=c555641af6f4021d744a50abd5084a174614dd54 diff --git a/Makefile b/Makefile index 8d26f49..78ec5a6 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ 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