From 3339dc7f29540758f59e2c20462d99643a8d225e Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 10 Feb 2021 15:32:50 -0500 Subject: Added bash completions --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f497ff4..fdbf13c 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ install: $(LIBRARY) $(EXECUTABLE) install -m 644 libbible.h $(DESTDIR)$(PREFIX)/include/ install -d $(DESTDIR)$(PREFIX)/bin/ install -m 755 bible $(DESTDIR)$(PREFIX)/bin/ + install -m 644 bible.bash `pkg-config --variable=completionsdir bash-completion` test: $(OBJECTS) testLibbible.o $(CC) $(OBJECTS) testLibbible.o -o $@ $(LDFLAGS) `pkg-config $(LIBS) --libs` -lcppunit -- cgit v1.2.3