diff options
| author | coq | 2001-05-29 16:59:13 +0000 |
|---|---|---|
| committer | coq | 2001-05-29 16:59:13 +0000 |
| commit | 23eeec04be50b3d851f148c2500f94ab9df0574f (patch) | |
| tree | 4992458ddb33aaac45f81a4ca91fe0085a92db0c /Makefile | |
| parent | 982812b7e66746d588fc9dcf37da21f891cf8948 (diff) | |
Retablissement de minicoq
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1773 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -558,7 +558,7 @@ MINICOQCMO=$(CONFIG) $(LIB) $(KERNEL) \ MINICOQ=bin/minicoq$(EXE) $(MINICOQ): $(MINICOQCMO) - $(OCAMLC) $(INCLUDES) -o $@ -custom $(CMA) $(MINICOQCMO) $(OSDEPLIBS) + $(OCAMLC) $(CAMLDEBUG) $(INCLUDES) -o $@ -custom $(CMA) $(MINICOQCMO) $(OSDEPLIBS) archclean:: rm -f $(MINICOQ) |
