Croissant Runtime
 
 
crsn/examples/font/Makefile

7 lines
85 B

.PHONY: run
run: a.out
./a.out > font.csn
a.out: convert.c font.xbm
cc convert.c