Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
121
Issues
121
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
a43e3256
Commit
a43e3256
authored
Nov 05, 2010
by
Jean-Christophe Filliâtre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make foo.gui instead of make foo to call whyide
parent
805cbfd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
Makefile.in
Makefile.in
+5
-2
No files found.
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
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