index : asp32 | |
Archlinux32 fork of asp - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <dreisner@archlinux.org> | 2019-03-31 09:42:01 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2019-03-31 09:42:01 -0400 |
commit | 603706db48a461e1803b6b39a620599c39890b02 (patch) | |
tree | 438dfa4884d0428b2ddf04b775f1d07f3cdc1cf0 | |
parent | 4d4e4ab07e2c6fb64a84727ca21dba6066598878 (diff) |
-rw-r--r-- | Makefile | 3 |
@@ -44,6 +44,9 @@ man/%: man/%.txt Makefile check: $(BINPROGS) @for f in $(BINPROGS); do bash -O extglob -n $$f; done +lint: $(BINPROGS) + @for f in $(BINPROGS); do shellcheck $$f; done + clean: $(RM) $(BINPROGS) $(MANPAGES) |