add font generation & missing font flags

This commit is contained in:
2022-12-28 19:39:15 +01:00
parent cccb03ad13
commit 8b5c1ee9ba
17 changed files with 465 additions and 475 deletions
+7 -2
View File
@@ -1,6 +1,11 @@
.PHONY: build run
.PHONY: build run fonts
all: ufb-test
all: fonts ufb-test
fonts: fontedit_35.c fontedit_45.c fontedit_57.c
tcc -run fontedit_35.c > font_35.inc.c || true
tcc -run fontedit_45.c > font_45.inc.c || true
tcc -run fontedit_57.c > font_57.inc.c || true
run: ufb-test
./ufb-test