Update makefile

This commit is contained in:
Aetnaeus 2022-07-10 02:07:50 -04:00
parent 7a91e1e830
commit 9efcc1496f
2 changed files with 3 additions and 1 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
src/packed.go -diff

View File

@ -7,7 +7,8 @@ all:
.PHONY: install
install:
install -d $(DESTDIR)$(PREFIX)/{bin,share/man/man1}
install -d $(DESTDIR)$(PREFIX)/bin
install -d $(DESTDIR)$(PREFIX)/share/man/man1
install -m755 bin/tt $(DESTDIR)$(PREFIX)/bin
install -m644 tt.1.gz $(DESTDIR)$(PREFIX)/share/man/man1