3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2026-05-20 19:19:39 +00:00
This commit is contained in:
Miodrag Milanović 2026-05-01 16:18:59 -04:00 committed by GitHub
commit 2258eb3f14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 411 additions and 0 deletions

View file

@ -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