#!/bin/sh

for name in $*; do
	make CHECKSTRING=$name checksyntax;
done;
