Makefile revision a3c6d8e0670bf2aa71bc8e2a3b1f45d56dd65e4c
### 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