Makefile revision d64c27888613a81c9634cd939dd05618175465ef
### Makefile --- CSP-CASL parser in hets framework
## Author: a.m.gimblett@swan.ac.uk
## Version: $Id$
## Keywords:
## X-URL:
.PHONY: test
print: print_csp.hs
test: c3po
# ./c3po test/*.csp-casl
### Makefile ends here