Resolve Makefile conflict

This commit is contained in:
Eren Dogan 2023-02-15 12:48:59 -08:00
commit 167524be83
1 changed files with 1 additions and 1 deletions

View File

@ -224,5 +224,5 @@ build_library:
# Build and install the openram library
library: build_library
@python3 -m pip install --force --find-links=dist openram
@python3 -m pip install --force dist/openram*.whl
.PHONY: library