Makefile revision 43bc91ac54baa155404eb50d3c86797345bba35a
### 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