allow specifying cascade file as cli arg. Closes #7
[ozzloy@gmail.com/oble] / Makefile
index e268f883d5e26a6593248a821b97d2be70591650..329027ca5ad1c5bc6825e44f85a69e8e5df92453 100644 (file)
--- 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