(feat)Completions and documentation #78

Merged
sam merged 10 commits from completions-et-al into master 2022-09-04 23:28:48 +00:00
Showing only changes of commit dfc8a5431a - Show all commits

View file

@ -6,6 +6,7 @@ include template.mk
EXE := $(PROG)
## install: installs awl
.PHONY: install
install: all
install -Dm755 $(PROG) $(DESTDIR)$(PREFIX)/$(BIN)/$(PROG)
install -Dm644 doc/$(PROG).1 $(DESTDIR)$(MAN)/man1/$(PROG).1