# Path on my Debian Etch
OCAMLMAKEFILE := /usr/share/ocaml-tools/OCamlMakefile
# The .ml file I extracted from Jon's html (Did this correctly, sure.)
SOURCES := interpreter.ml
USE_CAMLP4 := yes
RESULT := interpreter
include $(OCAMLMAKEFILE)
I do not report errors cos I'm sure you'll quickly detect what's wrong ...