vantabot/Makefile

10 lines
206 B
Makefile
Raw Normal View History

SOURCES = irccolors.ml store.ml connection.ml vantabot.ml
2019-02-16 19:21:48 +00:00
RESULT = vantabot
2019-02-16 20:04:52 +00:00
PACKS = lwt,irc-client,irc-client-lwt,irc-client-tls,dokeysto
2019-02-16 19:21:48 +00:00
THREADS = yes
UNIX = yes
all: native-code
2019-02-16 19:21:48 +00:00
-include OCamlMakefile