Skip to content

Commit

Permalink
Makefile: clean substituted binaries
Browse files Browse the repository at this point in the history
closes #918

Signed-off-by: Evgeniy Zayats <zayatsevgeniy@nspcc.io>
  • Loading branch information
Evgeniy Zayats committed Jan 1, 2025
1 parent 7420943 commit 6e9cdf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ VENV_DIR := venv.pytest
PYTHON := python3.12
PIP := pip3.12
ENV_FILE := .env
BINARIES := neo-go neofs-adm neofs-cli neofs-ir neofs-lens neofs-node neofs-rest-gw neofs-s3-authmate neofs-s3-gw

SHELL ?= bash

Expand All @@ -26,4 +27,7 @@ venv.pytest:
@echo "Virtual environment created and customized."

clean:
@echo "Removing binaries: $(BINARIES)"
rm -f $(BINARIES)
@echo "Removing python venv"
rm -rf venv.*

0 comments on commit 6e9cdf7

Please sign in to comment.