mirror of https://github.com/nealey/irc-bot
23 lines
356 B
Plaintext
23 lines
356 B
Plaintext
|
USE_OCAMLFIND = true
|
||
|
OCAMLPACKS[] =
|
||
|
equeue
|
||
|
pcre
|
||
|
|
||
|
.DEFAULT: ircd
|
||
|
|
||
|
OCamlProgram(pgircd, pgircd ircd connection)
|
||
|
|
||
|
section
|
||
|
OCAMLPACKS[] +=
|
||
|
oUnit
|
||
|
|
||
|
tests.cmx:
|
||
|
tests.cmi:
|
||
|
tests$(EXT_OBJ):
|
||
|
|
||
|
OCamlProgram(tests, tests chat ircd connection)
|
||
|
|
||
|
.PHONY: clean
|
||
|
clean:
|
||
|
rm $(filter-out %.pem tls.c, $(filter-proper-targets $(ls R, .)))
|