spot/bench/gspn-ssp/tools/modelgen-create
2008-08-26 14:44:14 +02:00

10 lines
210 B
Bash
Executable file

#!/bin/sh
if test ! -d template; then
echo "Error: this script should be run from the parent of the template/ directory." 2>&1
exit 1
fi
rm -f modelgen.mk
templates/gen > modelgen.mk
chmod -w modelgen.mk