mirror of https://github.com/VLSIDA/OpenRAM.git
Fix the order of flag
This commit is contained in:
parent
fe0826d07c
commit
1aa403d7db
2
Makefile
2
Makefile
|
|
@ -224,5 +224,5 @@ build-library:
|
||||||
|
|
||||||
# Build and install the openram library
|
# Build and install the openram library
|
||||||
library: build-library
|
library: build-library
|
||||||
@python3 -m pip install --find-links=dist openram --force
|
@python3 -m pip install --force --find-links=dist openram
|
||||||
.PHONY: library
|
.PHONY: library
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue