Makefile revision 96f7c7a07f939807a52234fde508fac35bd3405b
### 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