mirror of https://github.com/VLSIDA/OpenRAM.git
Change library make target name
This commit is contained in:
parent
78e84ee8df
commit
184643f354
6
Makefile
6
Makefile
|
|
@ -215,14 +215,14 @@ wipe: uninstall
|
||||||
.PHONY: wipe
|
.PHONY: wipe
|
||||||
|
|
||||||
# Build the openram library
|
# Build the openram library
|
||||||
build-library:
|
build_library:
|
||||||
@rm -rf dist
|
@rm -rf dist
|
||||||
@rm -rf openram.egg-info
|
@rm -rf openram.egg-info
|
||||||
@python3 -m pip install --upgrade build
|
@python3 -m pip install --upgrade build
|
||||||
@python3 -m build
|
@python3 -m build
|
||||||
.PHONY: build-library
|
.PHONY: build_library
|
||||||
|
|
||||||
# Build and install the openram library
|
# Build and install the openram library
|
||||||
library: build-library
|
library: build_library
|
||||||
@python3 -m pip install --force --find-links=dist openram
|
@python3 -m pip install --force --find-links=dist openram
|
||||||
.PHONY: library
|
.PHONY: library
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue