aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fd8d01b..5b3436d 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,10 @@ man:
scdoc < share/doc/bashtard.7.scd > "$(DESTDIR)/share/man/man7/bashtard.7"
scdoc < share/doc/playbooks.d.7.scd > "$(DESTDIR)/share/man/man7/playbooks.d.7"
+qa:
+ reuse lint
+ shellcheck bin/bashtard **/*.bash
+
share:
mkdir -pv -- "$(DESTDIR)/share/bashtard"
cp -rv -- \
@@ -42,4 +46,4 @@ share:
share/os.d \
"$(DESTDIR)/share/bashtard"
-.PHONY: install uninstall bin lib man share
+.PHONY: install uninstall qa bin lib man share