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.

16 lines
193 B

  1. include $(top_srcdir)/build/autotools/common.am
  2. EXTRA_DIST += ascii.png
  3. if USE_CACA
  4. all: ascii.png
  5. ascii.png:
  6. ../../../tools/make-font | convert tga:- $@
  7. #clean:
  8. # rm -f ascii.png
  9. endif