Skip to content
Snippets Groups Projects
Commit e0a6c546 authored by Ralf Jung's avatar Ralf Jung
Browse files

update Makefile

parent ca27a19d
No related branches found
No related tags found
No related merge requests found
Pipeline #32363 passed
# 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: ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment