From 3ca1171b4237cc64e0388cb8633c2626baced59a Mon Sep 17 00:00:00 2001 From: Neal Smith Date: Thu, 28 Feb 2019 14:25:52 -0800 Subject: [PATCH] api install needed sudo (#34) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 66bfde6..a4adc0c 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ runexamples: prereqs opencv .PHONY: api api: @echo "\nmake api starting." - (cd api/src; make; make install) + (cd api/src; make; sudo make install) .PHONY: clean clean: -- 2.7.4