mirror of https://github.com/YosysHQ/yosys.git
Added "make uninstall"
This commit is contained in:
parent
dce1fae777
commit
cc400b279a
4
Makefile
4
Makefile
|
@ -309,6 +309,10 @@ install: $(TARGETS) $(EXTRA_TARGETS)
|
|||
$(INSTALL_SUDO) mkdir -p $(DESTDIR)/share/yosys
|
||||
$(INSTALL_SUDO) cp -r share/. $(DESTDIR)/share/yosys/.
|
||||
|
||||
uninstall:
|
||||
$(INSTALL_SUDO) rm -vf $(addprefix $(DESTDIR)/bin/,$(notdir $(TARGETS)))
|
||||
$(INSTALL_SUDO) rm -rvf $(DESTDIR)/share/yosys/
|
||||
|
||||
manual: $(TARGETS) $(EXTRA_TARGETS)
|
||||
cd manual && bash appnotes.sh
|
||||
cd manual && bash presentation.sh
|
||||
|
|
Loading…
Reference in New Issue