From 36645955b9a98a4049e9171d8525e9c68e404e8e Mon Sep 17 00:00:00 2001 From: antondmtvch <antondmtvch@gmail.com> Date: Thu, 22 Jun 2023 11:50:24 +0300 Subject: [PATCH] update OUTPUT_FILES_DIR --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e861859..11cf193 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SHELL = bash PROTO_FILES_DIR=./perxis-proto/proto -OUTPUT_FILES_DIR=./ +OUTPUT_FILES_DIR=./perxis help: @echo "clean - remove all build, test, coverage and Python artifacts" -- GitLab