Skip to content

Commit

Permalink
Fix makefile and run make -C debugger depend
Browse files Browse the repository at this point in the history
  • Loading branch information
sonologico committed May 25, 2021
1 parent 15bd7a4 commit 7c8dc5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions debugger/.depend
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,10 @@ main.cmx : \
../file_formats/cmi_format.cmx \
../utils/clflags.cmx \
checkpoints.cmx
ocamldebug_entry.cmo : \
$(UNIXDIR)/unix.cmi
ocamldebug_entry.cmx : \
$(UNIXDIR)/unix.cmx
parameters.cmo : \
../utils/load_path.cmi \
../typing/envaux.cmi \
Expand Down
2 changes: 1 addition & 1 deletion debugger/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ clean::
rm -f ocamldebug ocamldebug.exe
rm -f *.cmo *.cmi

ocamldebug_entry.cmo: ocamldebug_entry.ml
ocamldebug_entry.cmo: ocamldebug_entry.ml ocamldebug.cmo
$(CAMLC) -c $(COMPFLAGS) $<

%.cmo: %.ml
Expand Down

0 comments on commit 7c8dc5a

Please sign in to comment.