Skip to content

Commit

Permalink
refactor: rename item and camera rules with same nomenclature
Browse files Browse the repository at this point in the history
  • Loading branch information
bojeanson committed Apr 12, 2024
1 parent 8e64e35 commit d5eef95
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions edge_orchestrator/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ifneq (,$(wildcard .env))
include .env
endif

SHELL := /bin/bash
.SHELLFLAGS = -ec
.ONESHELL:
Expand All @@ -6,8 +10,6 @@ SHELL := /bin/bash
.EXPORT_ALL_VARIABLES:
.DEFAULT_GOAL: help

include .env

REPO_DIRECTORY:=$(shell pwd)
PYTHONPATH:=${PYTHONPATH}:${REPO_DIRECTORY}

Expand Down

0 comments on commit d5eef95

Please sign in to comment.