Complete 1.01.e.1.a - binary tree member
[tiger.ml.git] / exercises / ch01 / Makefile
index 65c4991..0dc75b0 100644 (file)
@@ -5,7 +5,9 @@ OCAMLC_BYTE    := ocamlc.opt   $(OCAMLC_OPTIONS)
 
 .PHONY: build clean
 
-build : straight_line_program_interpreter
+build : \
+       straight_line_program_interpreter \
+       tree
 
 %: %.ml %.cmo %.cmi
        $(OCAMLC_BYTE) -o $@ $*.cmo
This page took 0.026139 seconds and 4 git commands to generate.