Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
why3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nils Fitinghoff
why3
Commits
62b0b504
Commit
62b0b504
authored
Jun 15, 2018
by
Raphaël Rieu-Helft
Browse files
Options
Downloads
Patches
Plain Diff
Fix Makefile
parent
dde6b82c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/multiprecision/Makefile
+2
-2
2 additions, 2 deletions
examples/multiprecision/Makefile
with
2 additions
and
2 deletions
examples/multiprecision/Makefile
+
2
−
2
View file @
62b0b504
BENCH
?=
no
BENCH
?=
no
ifeq
($(BENCH),yes)
ifeq
($(BENCH),yes)
WHY3
=
../../
../
bin/why3.opt
WHY3
=
../../bin/why3.opt
else
else
ifeq
($(BINDIR),)
ifeq
($(BINDIR),)
WHY3
=
why3
WHY3
=
why3
...
@@ -22,7 +22,7 @@ dir:
...
@@ -22,7 +22,7 @@ dir:
mkdir
-p
build
mkdir
-p
build
cfiles
:
why3 dir
cfiles
:
why3 dir
why3
extract
-D
c
-L
.
--recursive
--modular
--interface
-o
build/ wmpn.mlw
$(
WHY3
)
extract
-D
c
-L
.
--recursive
--modular
--interface
-o
build/ wmpn.mlw
extract
:
why3 dir cfiles
extract
:
why3 dir cfiles
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment