X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=Makefile;h=e17e2296971e08be797ccd6a65769a29926a9c19;hp=1b6bdd5cae7cb8425e591b29b5bef32dc924e055;hb=05ae48a62f4a507c1eef75b9220f88f2b9fda563;hpb=b0f2d8f7604bfb4c8a9824a3a022d32ef26e12cc diff --git a/Makefile b/Makefile index 1b6bdd5..e17e229 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 vignette_effect.o mirror_effect.o blur_effect.o sandbox_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 blur_effect.o diffusion_effect.o sandbox_effect.o test: $(OBJS) $(CXX) -o test $(OBJS) $(LDFLAGS)