add font generation & missing font flags
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user