mirror of
https://github.com/tat3r/tdfiglet.git
synced 2025-04-15 05:28:25 +00:00
Merge e9ae571046
into 0225b8881d
This commit is contained in:
commit
ff152b9977
4
Makefile
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user