Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marianna Rapoport
iris-coq
Commits
2c547961
Commit
2c547961
authored
Nov 17, 2015
by
Robbert Krebbers
Browse files
Simplify SConstruct file.
parent
455ff410
Changes
1
Hide whitespace changes
Inline
Side-by-side
SConstruct
View file @
2c547961
...
...
@@ -3,7 +3,7 @@
import
os
,
glob
,
string
modules
=
[
"prelude"
,
"iris"
]
Rs
=
'
'
.
join
([
'-Q '
+
x
+
' '
+
x
for
x
in
modules
])
Rs
=
'
-Q . ""'
env
=
DefaultEnvironment
(
ENV
=
os
.
environ
,
tools
=
[
'default'
,
'Coq'
],
COQFLAGS
=
Rs
)
# Coq dependencies
...
...
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