feat(doc/buzbee): Added IF tables, added doc building system and updated stylesheet, removed pdf for now

This commit is contained in:
2025-10-07 00:36:12 -05:00
parent aed8ca28f9
commit 6cbb038b42
5 changed files with 182 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
# Makefile for CHIBI PC-09 Firmware
.PHONY: generate all clean
.PHONY: generate all clean docs
.IGNORE: clean
.DEFAULT_GOAL := all
@@ -33,6 +33,9 @@ LDFLAGS := -f srec -m map.txt -s linkscript
# Rules and Phony Targets
# ------------------------------------------------------------------------------
docs: docs/*.typ
typst compile docs/buzbee.typ
all: $(TARGROM)
# Fix srec into flashable bin file