3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2026-02-10 20:54:33 +00:00
This commit is contained in:
Miodrag Milanović 2025-11-25 20:05:54 +01:00 committed by GitHub
commit 283fad6f35
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