This commit is contained in:
Éric 2023-02-11 12:23:00 +01:00 committed by GitHub
commit ff152b9977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,7 @@ endif
default: $(SRC)
$(CC) $(CFLAGS) $(LDFLAGS) $(SRC) -o $(PROG)
.PHONY: debug clean install
.PHONY: debug clean install test
install:
test -d $(PREFIX)/bin || mkdir -p $(PREFIX)/bin
@ -34,3 +34,5 @@ debug: $(SRC)
clean:
rm -rf $(PROG) $(PROG).dSYM
test: $(PROG)
for i in fonts/*.tdf; do ./tdfiglet -i -f $$i -jc Test; done | less -R

View File

@ -3,7 +3,7 @@
Because your figlet ascii sucks.
![screenshot](https://git.trollforge.org/tdfiglet/plain/screenshot.png)
![screenshot](https://github.com/tat3r/tdfiglet/raw/master/screenshot.png)
All known TDF fonts (1198) are included.
## Installation