vantabot/Makefile

10 lines
202 B
Makefile

SOURCES = irccolors.ml store.ml vantabot.ml
RESULT = vantabot
PACKS = lwt,irc-client,irc-client-lwt,irc-client-tls,dokeysto
THREADS = yes
UNIX = yes
all: byte-code native-code
-include OCamlMakefile