Install 'build' before building library

This commit is contained in:
Eren Dogan 2022-11-06 13:43:48 -08:00
parent 47114b1423
commit 2ba49fd96f
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ wipe: uninstall
build-library:
@rm -rf dist
@rm -rf openram.egg-info
@python3 -m pip install --upgrade build
@python3 -m build
.PHONY: build-library