mirror of https://github.com/nealey/irc-bot
23 lines
331 B
Plaintext
23 lines
331 B
Plaintext
USE_OCAMLFIND = true
|
|
OCAMLPACKS[] =
|
|
equeue
|
|
pcre
|
|
|
|
.DEFAULT: pgircd
|
|
|
|
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-proper-targets $(ls R, .))
|