From: ecopty Date: Fri, 5 Jan 2018 17:46:19 +0000 (-0800) Subject: Update Makefile X-Git-Tag: submit/tizen/20191125.074511~14^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82169a9c778b2cdc9d8f34596c39306619f750e2;p=platform%2Fadaptation%2Fnpu%2Fintel-libmvnc.git Update Makefile --- diff --git a/Makefile b/Makefile index b395f65..322c091 100644 --- 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."