Update Makefile
authorecopty <eman.copty@intel.com>
Fri, 5 Jan 2018 17:46:19 +0000 (09:46 -0800)
committerGitHub <noreply@github.com>
Fri, 5 Jan 2018 17:46:19 +0000 (09:46 -0800)
Makefile

index b395f650d7fade840ca0005e4f298d95b987ad52..322c0911462204a054f70132e48d75f3daed14ea 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -56,11 +56,11 @@ examples: prereqs opencv
 runexamples: prereqs opencv
        @echo "\nmake examples starting."
        (cd examples; make run)
-       
+
 .PHONY: api
 api: @echo "\nmake api starting."
        (cd api/src; make; make install)
-       
+
 .PHONY: clean
 clean:
        @echo "\nmake clean starting."