Skip to content

Commit

Permalink
Fix make clean rule for memtrace (ocaml#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
lthls committed Oct 26, 2020
1 parent 11c5896 commit 25acdca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -738,6 +738,8 @@ ocamlopt-memtrace.opt: ocamlopt.opt otherlibrariesopt memprof/memtrace
$(MAKE) -C memprof/memtrace allopt
cp memprof/memtrace/ocamlopt-memtrace.opt $@

partialclean::
$(MAKE) -C memprof/memtrace clean

ilambdac.opt: compilerlibs/ocamlcommon.cmxa compilerlibs/ocamloptcomp.cmxa \
$(ILAMBDASTART:.cmo=.cmx)
Expand Down

0 comments on commit 25acdca

Please sign in to comment.