X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=blobdiff_plain;f=bbb%2Fopencv-hello-world%2Fmakefile;fp=bbb%2Fopencv-hello-world%2Fmakefile;h=88d4fa6a27c40507bc65c30fd1285b847629c691;hp=91052dd96def24dafc9cf1aff9aa44b2bb28a559;hb=d3b4165227672786b91d4850eb198b3524d7f49f;hpb=ba250b4c27713e8e040c0a28ecfbf8527bbe4d5c diff --git a/bbb/opencv-hello-world/makefile b/bbb/opencv-hello-world/makefile index 91052dd..88d4fa6 100644 --- a/bbb/opencv-hello-world/makefile +++ b/bbb/opencv-hello-world/makefile @@ -10,7 +10,17 @@ LIBS = `pkg-config --libs opencv` g++ $(CFLAGS) $(LIBS) -o $@ $< all: opencv-hello-world - ./opencv-hello-world + +1: all + ./opencv-hello-world 1 + eog . + +0: all + ./opencv-hello-world 0 + eog . + +clean: + rm image.png image-grey.png # This file is part of challenge-bot.