Skip to content
GitLab
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
9864ca70
Commit
9864ca70
authored
Feb 08, 2012
by
Jean-Christophe Filliâtre
Browse files
fixed bytecode-only compilation
parent
b183e3fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
9864ca70
...
...
@@ -76,6 +76,7 @@ why3.conf
/bin/why3stats.opt
/bin/why3stats
/bin/why3session.opt
/bin/why3session.byte
/bin/why3session
# /doc/
...
...
Makefile.in
View file @
9864ca70
...
...
@@ -460,8 +460,8 @@ $(MLWCMO) $(MLWCMX): INCLUDES += -I src/whyml
# build targets
byte
:
$(MLWCM
X
)
opt
:
$(MLWCM
O
)
byte
:
$(MLWCM
O
)
opt
:
$(MLWCM
X
)
# depend and clean targets
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment