From 82169a9c778b2cdc9d8f34596c39306619f750e2 Mon Sep 17 00:00:00 2001 From: ecopty Date: Fri, 5 Jan 2018 09:46:19 -0800 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." -- 2.7.4