X-Git-Url: https://git.ao2.it/experiments/opencv_trail_effect.git/blobdiff_plain/d095022ca7b1d9eb46521073b71f2327fb9d5637..125a069284c63b999824fc708869e137f84476bc:/Makefile diff --git a/Makefile b/Makefile index de166de..a008ba9 100644 --- a/Makefile +++ b/Makefile @@ -28,8 +28,10 @@ CXXFLAGS += -fno-common \ CXXFLAGS += $(shell pkg-config --cflags opencv) LDLIBS += $(shell pkg-config --libs opencv) -opencv_trail_effect: $(wildcard *.hpp) +LINK.o = $(LINK.cpp) +opencv_trail_effect: +opencv_trail_effect.o: $(wildcard *.hpp) # Some command lines to imitate different trail styles @@ -46,7 +48,7 @@ average: opencv_trail_effect ./opencv_trail_effect -l 10 -s background -d average -B clean: - rm -f opencv_trail_effect vgdump gtk.suppression + rm -f *.o opencv_trail_effect vgdump gtk.suppression test: opencv_trail_effect [ -f gtk.suppression ] || wget -nv https://people.gnome.org/~johan/gtk.suppression