From d5eef95d0260153f3ccaa44064d7cf0ff9897d6c Mon Sep 17 00:00:00 2001 From: Baptiste O'Jeanson Date: Fri, 12 Apr 2024 09:30:24 +0200 Subject: [PATCH] refactor: rename item and camera rules with same nomenclature --- edge_orchestrator/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/edge_orchestrator/Makefile b/edge_orchestrator/Makefile index fc6658ec..40a54ba8 100644 --- a/edge_orchestrator/Makefile +++ b/edge_orchestrator/Makefile @@ -1,3 +1,7 @@ +ifneq (,$(wildcard .env)) + include .env +endif + SHELL := /bin/bash .SHELLFLAGS = -ec .ONESHELL: @@ -6,8 +10,6 @@ SHELL := /bin/bash .EXPORT_ALL_VARIABLES: .DEFAULT_GOAL: help -include .env - REPO_DIRECTORY:=$(shell pwd) PYTHONPATH:=${PYTHONPATH}:${REPO_DIRECTORY}