CHARJC=../../bin/charjc
CJFLAGS=--debug --verbose --AST --stdout --translate-only

%:
	$(CHARJC) $(CJFLAGS) $@.cj

