Skip to content

Commit

Permalink
Makefile: clean substituted binaries (#926)
Browse files Browse the repository at this point in the history
closes #918
  • Loading branch information
roman-khimov authored Jan 2, 2025
2 parents a7fe5a7 + 6e9cdf7 commit 1b7db2f
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 1b7db2f

Please sign in to comment.