Inside my Makfile I have the following,
smktestrun: smktest @../projects/test.sh
And I call this using:
Make smktestrun <
Something like
smktestrun: smktest @../projects/test.sh $(TESTARGS)
Then call the Makefile with
$ make smktestrun TESTARGS="-abc"