diff --git a/Makefile b/Makefile index 701737a..69a63de 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index e9e8d53..ea424ed 100644 --- a/README.md +++ b/README.md @@ -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