X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=Makefile;fp=Makefile;h=a84a72118fcd40f5e86c85e3417302d5a1015c2e;hp=3552fe44bad0a63d4f52f09eeb2ddc7d56884f69;hb=854a2397d4cdb48f64b430698a73af93fc86658f;hpb=d0bd25357b57f8fc643ed5eda5bc2d91e9b9b140 diff --git a/Makefile b/Makefile index 3552fe4..a84a721 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ all: cubemap %.pb.o: %.pb.cc $(CXX) -MMD -MP $(CPPFLAGS) $(CXXFLAGS) -o $@ -c $< cubemap: $(OBJS) - $(CXX) -o cubemap $(OBJS) $(LDLIBS) + $(CXX) -o cubemap $(OBJS) $(LDLIBS) $(LDFLAGS) DEPS=$(OBJS:.o=.d) -include $(DEPS)