Skip to content

Commit 3b4f06b

Browse files
committed
cd instead of make -C
Signed-off-by: Kareem Farid <[email protected]>
1 parent 9ccdb5b commit 3b4f06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ install-volare:
6161

6262
.PHONY: install-frigate-repos
6363
install-frigate-repos: install-frigate
64-
make install-repos -C $(FRIGATE_ROOT)
64+
cd $(FRIGATE_ROOT) && make install-repos
6565

6666
# Include frigate
6767
.PHONY: install-frigate

0 commit comments

Comments
 (0)