Makefile revision 6ff7a91875597d6e4dfaa68c79187d01473e8341
### 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