diff options
| author | Shulhan <ms@kilabit.info> | 2022-09-18 01:02:33 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-09-18 01:04:01 +0700 |
| commit | 80ff9b1c6c1506d29b9e8f4e43597e4b6e540b05 (patch) | |
| tree | 591c9430a3b687e244833e16f56a340bb1c77ab8 /Makefile | |
| parent | 403eb5ddbdbfd1d26fe2fa5710660230d7bb7e58 (diff) | |
| download | gotp-80ff9b1c6c1506d29b9e8f4e43597e4b6e540b05.tar.xz | |
all: add bash completion script
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ build: install: build install -D _sys/usr/bin/gotp $(DESTDIR)/usr/bin/gotp + install -Dm644 _sys/etc/bash_completion.d/gotp $(DESTDIR)/etc/bash_completion.d/gotp install -Dm644 COPYING $(DESTDIR)/usr/share/licenses/gotp/COPYING serve-doc: |
