Plasma GitLab Archive
Projects Blog Knowledge

.PHONY: all

APPS=mbox_list

all: $(APPS)

mbox_list: mbox_list.ml
	ocamlfind ocamlc -custom -g -o $@ -package unix,netstring,netclient,nettls-gnutls -linkpkg $<

.PHONY: clean
clean:
	rm -f $(APPS) *.cmi *.cmo

This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml