| File share/godi-camltemplate/examples/hello/Makefile | GODI Package godi-camltemplate |
| Makefile |
TOP_DIR := ../.. -include $(TOP_DIR)/Makefile.config -include $(TOP_DIR)/Makefile.rules include ../examples.rules INCDIRS := $(shell ocamlfind query pcre) $(CAMLTEMPLATE_DIR) LIBS := unix pcre camltemplate SOURCES := hello.ml RESULT := hello TRASH := *~ OCAMLMAKEFILE := $(TOP_DIR)/OCamlMakefile .PHONY: all all: byte-code include $(TOP_DIR)/OCamlMakefile