Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gaurav Parthasarathy
examples_rdcss_old
Commits
ba8ea2a3
Commit
ba8ea2a3
authored
Feb 16, 2018
by
Ralf Jung
Browse files
add per-project targets
Fixes #4
parent
69439eec
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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