You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
116 B

  1. if USE_CACA
  2. all: ascii.png
  3. ascii.png:
  4. ../../tools/make-font | convert tga:- $@
  5. #clean:
  6. # rm -f ascii.png
  7. endif