# $Id: Makefile 885 2008-02-12 10:44:49Z isr $

RESULT  = ocmlws
SOURCES = vm.ml  tokens.mli tokens.ml  input.ml  wstest.ml

OCAMLMAKEFILE = ../OCamlMakefile

# -------------------------------------------------------------
include $(OCAMLMAKEFILE)
# -------------------------------------------------------------

line: $(SOURCES)
	wc -l $(SOURCES)
