SOURCES= msg.ml sctl.ml LIBS= unix RESULT= sctl default: ncl demo debug: dcl demo debugnc: dncl demo .PHONY: demo clean:: $(MAKE) -C demo clean demo: $(MAKE) -C demo -include OCamlMakefile