소스 검색

Clean up old font files after fonts.go build.

Steve Thielemann 3 년 전
부모
커밋
edbed4f59e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -14,6 +14,7 @@ testdoor/fonts.go: font-out
 	./font-out -f "Amazon Cyan,Medieval,Anarchy Blue" -tdf TDFONTS.TDF 
 	./font-out -f Unchained,Asylum,ArmageonRed,BrainDmgBlu -tdf TDFONTS2.TDF
 	cat *_font.go >> testdoor/fonts.go    
+	rm *_font.go
 
 testdoor/art.go: space.ans
 	./ansi-to-go.py main space.ans > testdoor/art.go