From 80ff9b1c6c1506d29b9e8f4e43597e4b6e540b05 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 18 Sep 2022 01:02:33 +0700 Subject: all: add bash completion script --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1f46a8e..958a8b3 100644 --- a/Makefile +++ b/Makefile @@ -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: -- cgit v1.3