Skip to content

Commit 4bd9f6c

Browse files
committed
Fix Makefile, _tags.
1 parent e614463 commit 4bd9f6c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CC=ocamlbuild
22
OPTS=-use-ocamlfind
3-
TARGETS=breakbot.ml cli.ml
3+
TARGETS=src/breakbot.ml src/cli.ml
44

55
.PHONY: all native byte debug profiling cli.* breakbot.* clean
66

_tags

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
true: debug, bin_annot
2+
<lib>: include
3+
<src>: include
4+
15
<**/*.{ml,mli,native,byte}>: syntax(camlp4o),\
26
package(optcomp),\
37
package(atdgen),\
@@ -13,4 +17,4 @@
1317
package(cmdliner),\
1418
package(zarith),\
1519
package(bitstamp),\
16-
thread, annot
20+
thread

0 commit comments

Comments
 (0)