X-Git-Url: http://challenge-bot.com/repos/?p=ozzloy%40gmail.com%2Foble;a=blobdiff_plain;f=Makefile;fp=Makefile;h=5db009e4a31a80ae398cfe0d2c00b1b321444812;hp=9603c5989ebf7cae92caf2bd50727f8e393a5255;hb=df1c989e59a7ebf883990d7cc0a00999cb0b2d73;hpb=9618584c806c8f2ad972d7634f9587dc2ce5091b diff --git a/Makefile b/Makefile index 9603c59..5db009e 100644 --- a/Makefile +++ b/Makefile @@ -9,11 +9,14 @@ OBJS = idle_x11.o oble.o idle_x11.o: idle_x11.h oble.o: oble.h -oble: $(OBJS) - gcc $(LDFLAGS) -o $@ $(OBJS) +oble: $(OBJS) haarcascade_frontalface_alt.xml + gcc $(OBJS) $(LDFLAGS) -o $@ + +#haarcascade_frontalface_alt.xml: +# wget http://eclecti.cc/files/2008/03/haarcascade_frontalface_alt.xml test: all - ./oble -c /usr/share/opencv/haarcascades/haarcascade_frontalface_alt.xml + ./oble -c haarcascade_frontalface_alt.xml dependencies: sudo aptitude install -y libxss-dev