From 755b86502a55c162c09f928cdda047aabe5878cf Mon Sep 17 00:00:00 2001 From: Chouser Date: Fri, 30 Jan 2015 14:26:00 -0500 Subject: OCaml: add make targets for stats --- ocaml/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ocaml/Makefile b/ocaml/Makefile index 72d159a..71c7e6b 100644 --- a/ocaml/Makefile +++ b/ocaml/Makefile @@ -28,4 +28,10 @@ $(STEP_BINS): %: %.ml $(MAL_LIB) clean: rm -f $(STEP_BINS) mal mal_lib.* *.cmo *.cmx *.cmi *.o -.PHONY: all repl clean +stats: $(MODULES) stepA_interop.ml + @wc $^ + +stats-lisp: env.ml core.ml stepA_interop.ml + @wc $^ + +.PHONY: all repl clean stats stats-lisp -- cgit v1.2.3