irc-bot/OMakefile

24 lines
360 B
Plaintext

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