From 29c7ad6ba7895e270cc2c291c7cbaeed0dd42fb5 Mon Sep 17 00:00:00 2001 From: Nadav Tasher Date: Sat, 3 Aug 2024 18:55:48 +0300 Subject: [PATCH] Removed redundant line from makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index ae13c63..c1cb298 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,6 @@ PYTHON ?= $(shell which python3) DOCKER ?= $(shell which docker) IMAGE_PATH := image -BUILD_PATH := build BUNDLES_PATH := bundles EXAMPLES_PATH := examples RESOURCES_PATH := resources