vantabot/Makefile

10 lines
174 B
Makefile
Raw Normal View History

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