X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=Makefile;h=c80ab9d537d5bee77f999c646997b2d733eb553f;hp=8d26f4984c06bed137ea7743bbb1a336f2f1da8d;hb=97bdb597d4847308ce9d6982505b56a3a09e930b;hpb=2bd0c02ac79dc8bc0da62b27d6b1e9f3cea525c6 diff --git a/Makefile b/Makefile index 8d26f49..c80ab9d 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CXX=g++ CXXFLAGS=-Wall -O2 -g LDLIBS=-lcurl -OBJS=cubemap.o +OBJS=cubemap.o server.o mutexlock.o all: cubemap