diff options
| author | Jens Schweikhardt <schweikh@schweikhardt.net> | 2025-11-24 13:24:55 +0100 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@schweikhardt.net> | 2025-11-24 13:24:55 +0100 |
| commit | 379105fd35c40655d3cc90f2136fe480c142cde4 (patch) | |
| tree | e6d4809f7ac7cf79ed0745c6913477151faa5f8e /GNUmakefile | |
| parent | d9db58084bce0077400c82efca46adfaa64c6eb4 (diff) | |
Provide sample text in the README. Fixes issue#3.
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
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. # |
