diff --git a/Makefile b/Makefile
index d5f6ad73f2162d5bf9426d3dae95979e4e5881af..39614a41be778a0ef7496f5fd2a893b219749272 100644
--- a/Makefile
+++ b/Makefile
@@ -114,5 +114,8 @@ dist:
 upload:
 	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: