diff options
| author | Clifford Wolf <clifford@clifford.at> | 2015-02-07 17:46:46 +0100 |
|---|---|---|
| committer | Clifford Wolf <clifford@clifford.at> | 2015-02-07 17:46:46 +0100 |
| commit | cc400b279a1580b399a64da093f7375686a8fd3f (patch) | |
| tree | a1ffe12d4ae238d9d88d05cb741d7395aca0266c | |
| parent | dce1fae777bcc9791c2f49be4b53f1de53df7502 (diff) | |
| download | yosys-cc400b279a1580b399a64da093f7375686a8fd3f.tar.gz yosys-cc400b279a1580b399a64da093f7375686a8fd3f.tar.bz2 yosys-cc400b279a1580b399a64da093f7375686a8fd3f.zip | |
Added "make uninstall"
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
