Skip to content
Snippets Groups Projects
Commit b51caff6 authored by Thomas Wood's avatar Thomas Wood
Browse files

Change depfile generation sed

parent 674961df
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ OCAMLBUILD := ocamlbuild -j 4 -classic-display -use-ocamlfind
# Used for stdlib and generator dependency generation
CC := ocamlc -c
OCAMLDEP := ocamldep -one-line
DEPSED := sed -e "s/cmo/log.js/; s/cmo/cmi/g; /cmx/ d"
DEPSED := sed -e "s/cmo/log.js/; s/cmo/cmi/g; s/cmx/cmi/g"
all: main.byte
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment