irc-bot/OMakefile

24 lines
342 B
Plaintext

USE_OCAMLFIND = true
OCAMLPACKS[] =
equeue
pcre
str
.DEFAULT: ircd
OCamlProgram(ircd, ircd irc client server)
section
OCAMLPACKS[] +=
oUnit
tests.cmx:
tests.cmi:
tests$(EXT_OBJ):
OCamlProgram(tests, tests chat ircd irc client server)
.PHONY: clean
clean:
rm $(filter-proper-targets $(ls R, .))