irc-bot/OMakefile
Neale Pickett 4b2a60ec71 More modules, now parsing commands
This is where I realized that there's no point in passing around a
"server" object, since it's entirely reasonable to expect one server
per running instance.
2008-02-28 22:00:24 -07:00

23 lines
360 B
Text

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, .))