From fd7a9382504720f77ecf3f40e9fb982da1e913a5 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 24 Jul 2024 03:34:33 -0400 Subject: fonts: WIP. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3057bb0..7a18057 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ RST2MAN=rst2man # "make clean" and "make distclean" will not delete the 6502 object # code (the *.bin files), but "make realclean" will. -all: $(BINS) manpages symlinks subdirs +all: $(BINS) manpages symlinks subdirs fonts/fauxtari-8.psf unprotbas: bas.o @@ -185,6 +185,9 @@ manpages: $(MANS) $(MAN5S) $(MAN7S) %.7: %.rst manhdr7.rst manftr.rst $(RST2MAN) $< > $@ +fonts/fauxtari-8.psf: fonts/mkpsf.pl + ( cd fonts && perl mkpsf.pl ) + # "make clean" does NOT remove the .bin or _bin.[ch] files. This is # for people who don't have either dasm or atasm installed. # also, it doesn't remove the man pages. these are checked into git, even. -- cgit v1.2.3