mirror of
https://github.com/tat3r/tdfiglet.git
synced 2025-04-19 23:48:24 +00:00
Merge e9ae571046
into 0225b8881d
This commit is contained in:
commit
ff152b9977
4
Makefile
4
Makefile
@ -18,7 +18,7 @@ endif
|
|||||||
default: $(SRC)
|
default: $(SRC)
|
||||||
$(CC) $(CFLAGS) $(LDFLAGS) $(SRC) -o $(PROG)
|
$(CC) $(CFLAGS) $(LDFLAGS) $(SRC) -o $(PROG)
|
||||||
|
|
||||||
.PHONY: debug clean install
|
.PHONY: debug clean install test
|
||||||
|
|
||||||
install:
|
install:
|
||||||
test -d $(PREFIX)/bin || mkdir -p $(PREFIX)/bin
|
test -d $(PREFIX)/bin || mkdir -p $(PREFIX)/bin
|
||||||
@ -34,3 +34,5 @@ debug: $(SRC)
|
|||||||
clean:
|
clean:
|
||||||
rm -rf $(PROG) $(PROG).dSYM
|
rm -rf $(PROG) $(PROG).dSYM
|
||||||
|
|
||||||
|
test: $(PROG)
|
||||||
|
for i in fonts/*.tdf; do ./tdfiglet -i -f $$i -jc Test; done | less -R
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Because your figlet ascii sucks.
|
Because your figlet ascii sucks.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
All known TDF fonts (1198) are included.
|
All known TDF fonts (1198) are included.
|
||||||
## Installation
|
## Installation
|
||||||
|
Loading…
Reference in New Issue
Block a user