Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Nov 29, 2024
1 parent 6e69368 commit 4f66c6e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ build-whl: setup-dev ## Build installable whl file
# Delete any previous wheels, so different versions don't conflict
rm dev/include/*
cd dev
# delete potential previous versions, otherwise there will be a conflict
# during installation
rm include/*
python3 -m build --outdir dev/include/

.PHONY: docker-run
Expand Down

0 comments on commit 4f66c6e

Please sign in to comment.