X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=Makefile;h=11482ba4b8330643fda1140588a5638acffeb0a1;hp=b61f78b2177ba424201cdbf835604046255401d5;hb=f4516cf70e80bf1153759919c8b2ab1cee37d9ec;hpb=bc5560403f4e43d1a32e5e8d94bca68922647779 diff --git a/Makefile b/Makefile index b61f78b..11482ba 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CXX=g++ CXXFLAGS=-Wall -g LDFLAGS=-lSDL -lSDL_image -lGL OBJS=main.o util.o widgets.o effect.o effect_chain.o -OBJS += lift_gamma_gain_effect.o gamma_expansion_effect.o gamma_compression_effect.o colorspace_conversion_effect.o saturation_effect.o +OBJS += lift_gamma_gain_effect.o gamma_expansion_effect.o gamma_compression_effect.o colorspace_conversion_effect.o saturation_effect.o vignette_effect.o test: $(OBJS) $(CXX) -o test $(OBJS) $(LDFLAGS)