diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-24 03:34:33 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-07-24 03:34:33 -0400 |
commit | fd7a9382504720f77ecf3f40e9fb982da1e913a5 (patch) | |
tree | c175222803471c02c6f56aeb2f61e9b2d95ae800 /Makefile | |
parent | f75bd24a3a8ec0b6630a9478d2b484b8dd6933d1 (diff) | |
download | bw-atari8-tools-fd7a9382504720f77ecf3f40e9fb982da1e913a5.tar.gz |
fonts: WIP.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |