Croissant Runtime
crsn/examples/font/Makefile

8 lines
85 B

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