Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
31cb5c6a
Commit
31cb5c6a
authored
Dec 14, 2011
by
Guillaume Melquiond
Browse files
Fix cleaning of Coq .vo files.
parent
ca87ca91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
31cb5c6a
...
...
@@ -888,7 +888,7 @@ include .depend.coq-libs
depend
:
.depend.coq-libs
clean
::
rm
-f
$COQVO
$(
addsuffix
.glob,
$(COQLIBS_FILES)
)
rm
-f
$
(
COQVO
)
$(
addsuffix
.glob,
$(COQLIBS_FILES)
)
rm
-f
.depend.coq-libs
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment