RESULT := civicc SOURCES := ast.ml lexer.mll parser.mly util.mli util.ml stringify.mli \ stringify.ml \ phases/parse.ml phases/print.ml phases/desug.ml \ main.ml PRE_TARGETS := ast.cmi OCAMLYACC := menhir YFLAGS := --infer all: native-code clean:: myclean .PHONY: myclean myclean: rm -f a.out include OCamlMakefile