From 45faf87871f5f058c5c0d7c28f69f12e05116bb3 Mon Sep 17 00:00:00 2001 From: randomuser Date: Wed, 13 Jul 2022 00:02:38 -0500 Subject: [PATCH] add check to makefile, hopefully work through the shellcheck error output --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index bbe7512..823f7ea 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,9 @@ sh: cp -f sh/pash-dmenu $(DESTDIR)$(PREFIX)/bin cp -f sh/pash-dmenu-backend $(DESTDIR)$(PREFIX)/bin +check: + shellcheck sh/* + mkc: c/scream c/timer c/boid c/anaconda c/simplestatus c/colors c/boid: