X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=Makefile;h=78ec5a6e26edb10dd26191c9ccc46f6ff5447095;hp=c80ab9d537d5bee77f999c646997b2d733eb553f;hb=cfe0df3728d8155fb03688f6db69e00971e23685;hpb=fcdb2b3926312cbd42e2d45bb4cec8f984fb325c diff --git a/Makefile b/Makefile index c80ab9d..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 server.o mutexlock.o +OBJS=cubemap.o server.o mutexlock.o input.o all: cubemap