vantabot/Makefile

10 lines
206 B
Makefile

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