#!/bin/sh

SCRIPT="$(grep 'SCRIPT *=' Makefile)"
SCRIPT="${SCRIPT#*=}"

shellcheck -x --shell=sh --format=gcc "$SCRIPT"