aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-24 23:54:52 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-24 23:54:52 +0200
commite96787f10b97d2b3b6f8917408f69a0eb500ea97 (patch)
treefd1c08bbc56b3403f9e670daa41a6a2fc4f406c1 /Makefile
parentdbcba2ea2b7301aaa7e6487c2589b09ef09ba066 (diff)
downloadNix-e96787f10b97d2b3b6f8917408f69a0eb500ea97.tar.gz
Nix-e96787f10b97d2b3b6f8917408f69a0eb500ea97.tar.zst
Nix-e96787f10b97d2b3b6f8917408f69a0eb500ea97.zip
Add shellcheck
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f4bb3f5..b8a5bfb 100644
--- a/Makefile
+++ b/Makefile
@@ -17,4 +17,7 @@ nix-info-nixops:
17nur: 17nur:
18 ./scripts/make-nur 18 ./scripts/make-nur
19 19
20.PHONY: env env-dry-run nix-info nix-info-nixops 20shellcheck:
21 shellcheck scripts/* nixops/scripts/* modules/private/gitolite/gitolite_ldap_groups.sh modules/private/ssh/ldap_authorized_keys.sh modules/private/pub/restrict
22
23.PHONY: env env-dry-run nix-info nix-info-nixops nur shellcheck