您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

12 行
114 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