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
Iris
Tutorial POPL18
Commits
e0a6c546
Commit
e0a6c546
authored
Aug 06, 2020
by
Ralf Jung
Browse files
update Makefile
parent
ca27a19d
Pipeline
#32363
passed with stage
in 3 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
e0a6c546
# Permit local customization
-include
Makefile.local
# Forward most targets to Coq makefile (with some trick to make this phony)
%
:
Makefile.coq phony
+@make
-f
Makefile.coq
$@
...
...
@@ -14,7 +17,7 @@ clean: Makefile.coq
# Create Coq Makefile.
Makefile.coq
:
_CoqProject Makefile
"
$(COQBIN)
coq_makefile"
-f
_CoqProject
-o
Makefile.coq
"
$(COQBIN)
coq_makefile"
-f
_CoqProject
-o
Makefile.coq
$(EXTRA_COQFILES)
# Install build-dependencies
build-dep/opam
:
opam Makefile
...
...
@@ -36,6 +39,7 @@ build-dep: build-dep/opam phony
Makefile
:
;
_CoqProject
:
;
opam
:
;
Makefile.local
:
;
# Phony wildcard targets
phony
:
;
...
...
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