mirror of https://github.com/YosysHQ/icestorm.git
Merge pull request #10 from Jesus89/makefile
Icebox Makefile install section fixed
This commit is contained in:
commit
d705c79413
|
|
@ -16,6 +16,7 @@ clean:
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
mkdir -p $(DESTDIR)/share/icebox
|
mkdir -p $(DESTDIR)/share/icebox
|
||||||
|
mkdir -p $(DESTDIR)/bin
|
||||||
cp chipdb-1k.txt $(DESTDIR)/share/icebox/
|
cp chipdb-1k.txt $(DESTDIR)/share/icebox/
|
||||||
cp chipdb-8k.txt $(DESTDIR)/share/icebox/
|
cp chipdb-8k.txt $(DESTDIR)/share/icebox/
|
||||||
cp icebox.py $(DESTDIR)/bin/icebox.py
|
cp icebox.py $(DESTDIR)/bin/icebox.py
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue