Fix the order of flag

This commit is contained in:
Eren Dogan 2022-12-02 13:10:24 -08:00
parent fe0826d07c
commit 1aa403d7db
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 --find-links=dist openram --force
@python3 -m pip install --force --find-links=dist openram
.PHONY: library