aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-07-24 03:34:33 -0400
committerB. Watson <urchlay@slackware.uk>2024-07-24 03:34:33 -0400
commitfd7a9382504720f77ecf3f40e9fb982da1e913a5 (patch)
treec175222803471c02c6f56aeb2f61e9b2d95ae800 /Makefile
parentf75bd24a3a8ec0b6630a9478d2b484b8dd6933d1 (diff)
downloadbw-atari8-tools-fd7a9382504720f77ecf3f40e9fb982da1e913a5.tar.gz
fonts: WIP.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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.