X-Git-Url: https://ruderich.org/simon/gitweb/?p=safcm%2Fsafcm.git;a=blobdiff_plain;f=Makefile;h=fa2db0bbd326f4a4f3da2dfc9e3ef8b531460a41;hp=95cc9c86278b87d59d4b36ababfd3b685acb2753;hb=70e11dc890b93ab83195188a49649be7e8e6a249;hpb=4e46a22dc5165611b254081597c65969c8c2ce39 diff --git a/Makefile b/Makefile index 95cc9c8..fa2db0b 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,11 @@ test: go vet ./... go test $(GOFLAGS) ./... +lint: + shellcheck ci/run + shellcheck cmd/safcm-remote/build.sh + shellcheck cmd/safcm/testdata/ssh/prepare.sh + clean: rm -rf remote/helpers/ rm -f safcm