From 379105fd35c40655d3cc90f2136fe480c142cde4 Mon Sep 17 00:00:00 2001 From: Jens Schweikhardt Date: Mon, 24 Nov 2025 13:24:55 +0100 Subject: Provide sample text in the README. Fixes issue#3. --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 9c0ab94..807657b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -128,6 +128,7 @@ images: gallant.hex lscp txttopng ./txttopng -f "$<" -t "$$name.txt" -p "Images/$$first-$$name.png"; \ ./txttopng -f "$<" -t "$$name.txt" -p "Images/$$first-$$name-Inverted.png" -i; \ done + ./txttopng -f "$<" -t sample.txt -p Images/sample.png -i # make README.html: turn markdown into HTML. # -- cgit v1.2.3