X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=Makefile;h=78ec5a6e26edb10dd26191c9ccc46f6ff5447095;hp=8d26f4984c06bed137ea7743bbb1a336f2f1da8d;hb=ad7d036afd462810aaa1c8686834fa91b2c4e5ae;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