diff options
author | Your Name <you@example.com> | 2021-02-10 15:32:50 -0500 |
---|---|---|
committer | Your Name <you@example.com> | 2021-02-10 15:32:50 -0500 |
commit | 3339dc7f29540758f59e2c20462d99643a8d225e (patch) | |
tree | b3929c75df8be33dafbc7bc26a88443318a8a657 /Makefile | |
parent | 3af6b0cb80be974079a4f723b8c1dfa2128f9d41 (diff) | |
download | libbible-3339dc7f29540758f59e2c20462d99643a8d225e.tar.gz libbible-3339dc7f29540758f59e2c20462d99643a8d225e.tar.bz2 libbible-3339dc7f29540758f59e2c20462d99643a8d225e.zip |
Added bash completions
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |