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
Iris
examples
Commits
f6ba55cd
Commit
f6ba55cd
authored
Sep 18, 2018
by
Ralf Jung
Browse files
update CI for opam 2
parent
1849f987
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
f6ba55cd
...
...
@@ -8,7 +8,7 @@ all: Makefile.coq
clean
:
Makefile.coq
+@make
-f
Makefile.coq clean
find theories
$$
(
test
-d
tests
&&
echo
tests
)
\(
-name
"*.
v.
d"
-o
-name
"*.vo"
-o
-name
"*.aux"
-o
-name
"*.cache"
-o
-name
"*.glob"
-o
-name
"*.vio"
\)
-print
-delete
find theories
$$
(
test
-d
tests
&&
echo
tests
)
\(
-name
"*.d"
-o
-name
"*.vo"
-o
-name
"*.aux"
-o
-name
"*.cache"
-o
-name
"*.glob"
-o
-name
"*.vio"
\)
-print
-delete
rm
-f
Makefile.coq
.PHONY
:
clean
...
...
ci
@
c3b53061
Compare
16c8b610
...
c3b53061
Subproject commit
16c8b6107119db3448b6828d3d2757888f2b2376
Subproject commit
c3b53061d2452f7ea50766915eb40312163d155a
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