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
a43e3256
Commit
a43e3256
authored
Nov 05, 2010
by
Jean-Christophe Filliâtre
Browse files
make foo.gui instead of make foo to call whyide
parent
805cbfd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
a43e3256
...
...
@@ -323,8 +323,11 @@ clean::
# test target
%
:
%.mlw bin/whyide.opt
bin/whyide.opt
$*
.mlw
%.gui
:
%.why bin/whyide.opt
bin/whyide.opt
$*
.why
%.gui
:
%.mlw bin/whyide.opt
bin/whydb.opt
$*
.mlw
install_no_local
::
cp
-f
bin/whyml.@OCAMLBEST@
$(BINDIR)
/why3ml
...
...
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