Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
examples
Commits
e146b872
Commit
e146b872
authored
Apr 09, 2018
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix lecture_notes target
parent
de1d8da8
Pipeline
#8186
passed with stage
in 7 minutes and 54 seconds
Changes
1
Pipelines
16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile.coq.local
Makefile.coq.local
+1
-1
No files found.
Makefile.coq.local
View file @
e146b872
...
@@ -5,7 +5,7 @@ VOFILES=$(COQMF_VFILES:.v=.vo)
...
@@ -5,7 +5,7 @@ VOFILES=$(COQMF_VFILES:.v=.vo)
barrier
:
$(filter theories/barrier/%
,
$(VOFILES))
barrier
:
$(filter theories/barrier/%
,
$(VOFILES))
.PHONY
:
barrier
.PHONY
:
barrier
lecture_notes
:
$(filter theories/
barrier
/%
,
$(VOFILES))
lecture_notes
:
$(filter theories/
lecture_notes
/%
,
$(VOFILES))
.PHONY
:
lecture_notes
.PHONY
:
lecture_notes
spanning_tree
:
$(filter theories/spanning_tree/%
,
$(VOFILES))
spanning_tree
:
$(filter theories/spanning_tree/%
,
$(VOFILES))
...
...
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