diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-01-27 17:08:19 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-01-27 17:08:19 +0100 |
commit | fb4c3dff331f617bb04d2d07a47a0168d3ec2967 (patch) | |
tree | a59060d787122982d632e07c086631b2e5ab53b2 /Makefile | |
parent | fa103e55ad24ee32c58ded660979c81980d14ab1 (diff) | |
download | yosys-fb4c3dff331f617bb04d2d07a47a0168d3ec2967.tar.gz yosys-fb4c3dff331f617bb04d2d07a47a0168d3ec2967.tar.bz2 yosys-fb4c3dff331f617bb04d2d07a47a0168d3ec2967.zip |
Added first presentation slides
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ install: $(TARGETS) $(EXTRA_TARGETS) $(INSTALL_SUDO) cp -r share/. $(DESTDIR)/share/yosys/. manual: - cd manual && bash make.sh + cd manual && bash manual.sh clean: rm -rf share |