X-Git-Url: http://challenge-bot.com/repos/?p=ozzloy%40gmail.com%2Foble;a=blobdiff_plain;f=Makefile;fp=Makefile;h=329027ca5ad1c5bc6825e44f85a69e8e5df92453;hp=e268f883d5e26a6593248a821b97d2be70591650;hb=5a96bc7850a1d7bd599d1aea344b057e467ce886;hpb=4f219a9f3ebe898145cce69ce2ecf8ce3366a4fd diff --git a/Makefile b/Makefile index e268f88..329027c 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ oble: $(OBJS) gcc $(LDFLAGS) -o $@ $(OBJS) test: all - ./oble /usr/share/opencv/haarcascades/haarcascade_frontalface_alt.xml + ./oble -c /usr/share/opencv/haarcascades/haarcascade_frontalface_alt.xml clean: rm -rf oble *.o