Skip to content
Snippets Groups Projects
Unverified Commit 430e1265 authored by Luke Shumaker's avatar Luke Shumaker Committed by Jan Alexander Steffens (heftig)
Browse files

Makefile: Add a simple 'check' target that runs shellcheck

parent 56cace32
No related branches found
No related tags found
No related merge requests found
...@@ -114,5 +114,8 @@ dist: ...@@ -114,5 +114,8 @@ dist:
upload: upload:
scp devtools-$(V).tar.gz devtools-$(V).tar.gz.sig repos.archlinux.org:/srv/ftp/other/devtools/ scp devtools-$(V).tar.gz devtools-$(V).tar.gz.sig repos.archlinux.org:/srv/ftp/other/devtools/
.PHONY: all clean install uninstall dist upload check: $(BINPROGS) bash_completion makepkg-x86_64.conf
shellcheck $^
.PHONY: all clean install uninstall dist upload check
.DELETE_ON_ERROR: .DELETE_ON_ERROR:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment