Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POTTIER Francois
menhir
Commits
2fd005c1
Commit
2fd005c1
authored
Mar 22, 2017
by
POTTIER Francois
Browse files
Fix [make uninstall].
parent
6b6a5680
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
2fd005c1
...
@@ -205,8 +205,9 @@ install:
...
@@ -205,8 +205,9 @@ install:
uninstall
:
uninstall
:
@
if
`
$(bindir)
/
$(MENHIREXE)
--suggest-ocamlfind
`
;
then
\
@
if
`
$(bindir)
/
$(MENHIREXE)
--suggest-ocamlfind
`
;
then
\
echo
'Un-installing MenhirLib via ocamlfind.'
;
\
echo
'Un-installing MenhirLib
and MenhirSdk
via ocamlfind.'
;
\
ocamlfind remove menhirLib
;
\
ocamlfind remove menhirLib
;
\
ocamlfind remove menhirSdk
;
\
fi
fi
rm
-rf
$(bindir)
/
$(MENHIREXE)
rm
-rf
$(bindir)
/
$(MENHIREXE)
rm
-rf
$(libdir)
rm
-rf
$(libdir)
...
...
Write
Preview
Markdown
is supported
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