diff options
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. # |
