vantabot/Makefile

10 lines
202 B
Makefile
Raw Normal View History

2019-02-16 20:04:52 +00:00
SOURCES = irccolors.ml store.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
2019-02-16 20:04:52 +00:00
all: byte-code native-code
2019-02-16 19:21:48 +00:00
-include OCamlMakefile