summaryrefslogtreecommitdiff
path: root/magic.txt
diff options
context:
space:
mode:
Diffstat (limited to 'magic.txt')
-rw-r--r--magic.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/magic.txt b/magic.txt
index d0272c3..d1c9191 100644
--- a/magic.txt
+++ b/magic.txt
@@ -1,4 +1,5 @@
-custom "mkdir -p doc; $(CAMLBIN)ocamldoc -html -rectypes -d doc -m A $(ZDEBUG) $(ZFLAGS) $^ && touch doc" "$(MLIFILES)" doc
-custom "$(CAMLOPTLINK) $(ZDEBUG) $(ZFLAGS) -shared -linkall -o aac_tactics.cmxs $(CMXFILES)" "$(CMXFILES)" aac_tactics.cmxs
+-custom "$(CAMLOPTLINK) -g -a -o aac_tactics.cmxa $(CMXFILES)" "$(CMXFILES)" aac_tactics.cmxa
-custom "$(CAMLLINK) -g -a -o aac_tactics.cma $(CMOFILES)" "$(CMOFILES)" aac_tactics.cma
-custom "$(CAMLBIN)ocamldep -slash $(OCAMLLIBS) $^ > .depend" "$(MLIFILES)" .depend