mirror of https://github.com/YosysHQ/icestorm.git
Icebox Makefile install section fixed
This commit is contained in:
parent
20c56e2b18
commit
3a37aa0b0a
|
|
@ -16,6 +16,7 @@ clean:
|
|||
|
||||
install: all
|
||||
mkdir -p $(DESTDIR)/share/icebox
|
||||
mkdir -p $(DESTDIR)/bin
|
||||
cp chipdb-1k.txt $(DESTDIR)/share/icebox/
|
||||
cp chipdb-8k.txt $(DESTDIR)/share/icebox/
|
||||
cp icebox.py $(DESTDIR)/bin/icebox.py
|
||||
|
|
|
|||
Loading…
Reference in New Issue