Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
examples
Commits
ba8ea2a3
Commit
ba8ea2a3
authored
Feb 16, 2018
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add per-project targets
Fixes #4
parent
69439eec
Pipeline
#6820
passed with stage
in 9 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
Makefile.coq.local
Makefile.coq.local
+18
-0
No files found.
Makefile.coq.local
0 → 100644
View file @
ba8ea2a3
# Per-project targets
include
Makefile.coq.conf
VOFILES
=
$(COQMF_VFILES:.v=.vo)
barrier
:
$(filter theories/barrier/%
,
$(VOFILES))
.PHONY
:
barrier
lecture_notes
:
$(filter theories/barrier/%
,
$(VOFILES))
.PHONY
:
lecture_notes
spanning_tree
:
$(filter theories/spanning_tree/%
,
$(VOFILES))
.PHONY
:
spanning_tree
concurrent_stacks
:
$(filter theories/concurrent_stacks/%
,
$(VOFILES))
.PHONY
:
concurrent_stacks
logrel
:
$(filter theories/logrel/%
,
$(VOFILES))
.PHONY
:
logrel
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