X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=Makefile;h=917d2bd9970e0a136354810776e0087e612a9b1a;hp=728b6f013117a552e5abb4f513159d6d531585eb;hb=2950c89a229eeff9500d619b2ca15c8a4b8eeb29;hpb=f613fca7b528ee848c3a01dd9d0018345f2bb320 diff --git a/Makefile b/Makefile index 728b6f0..917d2bd 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 colorspace_conversion_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 mirror_effect.o test: $(OBJS) $(CXX) -o test $(OBJS) $(LDFLAGS)