Skip to content

Commit

Permalink
Fix Makefile, _tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
vbmithr committed Nov 9, 2014
1 parent e614463 commit 4bd9f6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CC=ocamlbuild
OPTS=-use-ocamlfind
TARGETS=breakbot.ml cli.ml
TARGETS=src/breakbot.ml src/cli.ml

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

Expand Down
6 changes: 5 additions & 1 deletion _tags
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
true: debug, bin_annot
<lib>: include
<src>: include

<**/*.{ml,mli,native,byte}>: syntax(camlp4o),\
package(optcomp),\
package(atdgen),\
Expand All @@ -13,4 +17,4 @@
package(cmdliner),\
package(zarith),\
package(bitstamp),\
thread, annot
thread

0 comments on commit 4bd9f6c

Please sign in to comment.