mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Added API and Makefile rules for share/ files
This commit is contained in:
parent
bd2c8ec886
commit
73e68fe323
4 changed files with 26 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -106,6 +106,8 @@ test: yosys
|
|||
|
||||
install: $(TARGETS)
|
||||
install $(TARGETS) /usr/local/bin/
|
||||
mkdir -p /usr/local/share/yosys
|
||||
cp -r share/. /usr/local/share/yosys/.
|
||||
|
||||
install-abc:
|
||||
install yosys-abc /usr/local/bin/
|
||||
|
@ -114,6 +116,7 @@ manual:
|
|||
cd manual && bash make.sh
|
||||
|
||||
clean:
|
||||
rm -rf share
|
||||
rm -f $(OBJS) $(GENFILES) $(TARGETS)
|
||||
rm -f kernel/version_*.o kernel/version_*.cc
|
||||
rm -f libs/*/*.d frontends/*/*.d passes/*/*.d backends/*/*.d kernel/*.d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue