X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=Makefile;h=917d2bd9970e0a136354810776e0087e612a9b1a;hp=2beee8bec36064fef18cc028addba21e01b6834c;hb=91c70600f2d0a6a42420ee98949cf182859b798f;hpb=a88f299483ffe5068cd2828513078b9103325da8 diff --git a/Makefile b/Makefile index 2beee8b..917d2bd 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ CC=gcc CXX=g++ -CXXFLAGS=-Wall +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)