fixed typo

This commit is contained in:
tater 2018-08-24 01:37:26 -04:00
parent ba0a3ff879
commit e642b5ed76
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ default: $(SRC)
.PHONY: debug clean install
install:
test -d $(FONTDIR) || mkdir -p $(PREFIX)/bin
test -d $(PREFIX)/bin || mkdir -p $(PREFIX)/bin
cp $(PROG) $(PREFIX)/bin
test -d $(FONTDIR) || mkdir -p $(FONTDIR)
rm -f $(FONTDIR)/*.tdf