mirror of
https://github.com/YosysHQ/sby.git
synced 2026-02-10 20:54:33 +00:00
Merge 1a7819979f into cc84339b37
This commit is contained in:
commit
283fad6f35
2 changed files with 411 additions and 0 deletions
6
Makefile
6
Makefile
|
|
@ -36,6 +36,9 @@ help:
|
|||
@echo "make clean"
|
||||
@echo " cleanup"
|
||||
@echo ""
|
||||
@echo "make format"
|
||||
@echo " run formatting tool"
|
||||
@echo ""
|
||||
|
||||
install:
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||
|
|
@ -89,3 +92,6 @@ html:
|
|||
clean:
|
||||
$(MAKE) -C docs clean
|
||||
rm -rf docs/build sbysrc/sby sbysrc/__pycache__
|
||||
|
||||
format:
|
||||
yapf -ir sbysrc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue