Commit graph

6 commits

Author SHA1 Message Date
Jeff Epler
8ddecc8920 Makefile: generate font image programmatically 2017-07-13 16:33:40 -07:00
Jeff Epler
ee9f81c8d5 Makefile: build with all 4 character sets 2017-07-13 16:33:40 -07:00
Jeff Epler
fc59a15c7f Makefile: declare targets that don't create files .PHONY
.. see GNU make for more information about this extension, which
prevents unwanted behavior if a file with a name like 'clean' or 'all'
is created accidentally
2017-07-13 16:33:40 -07:00
Jeff Epler
5b9c7fd261 Makefile: don't error if you 'make clean' twice 2017-07-13 16:33:40 -07:00
Jeff Epler
c10e48b9ef Use printf(1) in a POSIX-compliant way
POSIX printf(1) doesn't support the \xXX specifier to print
characters by their hexadecimal values.  By contrast, printing
octal values is portable.

Reference: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/printf.html

Signed-off-by: Jeff Epler <jepler@unpythonic.net>
2017-07-11 07:58:32 +02:00
Michael Steil
f649977f04 changed build script into a (naive) Makefile 2017-07-10 23:37:11 +02:00