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

update Makefile

parent 2f15e258
No related branches found
No related tags found
No related merge requests found
# Permit local customization
-include Makefile.local
# Forward most targets to Coq makefile (with some trick to make this phony) # Forward most targets to Coq makefile (with some trick to make this phony)
%: Makefile.coq phony %: Makefile.coq phony
+@make -f Makefile.coq $@ +@make -f Makefile.coq $@
...@@ -14,7 +17,7 @@ clean: Makefile.coq ...@@ -14,7 +17,7 @@ clean: Makefile.coq
# Create Coq Makefile. # Create Coq Makefile.
Makefile.coq: _CoqProject 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 # Install build-dependencies
build-dep/opam: opam Makefile build-dep/opam: opam Makefile
...@@ -36,6 +39,7 @@ build-dep: build-dep/opam phony ...@@ -36,6 +39,7 @@ build-dep: build-dep/opam phony
Makefile: ; Makefile: ;
_CoqProject: ; _CoqProject: ;
opam: ; opam: ;
Makefile.local: ;
# Phony wildcard targets # Phony wildcard targets
phony: ; phony: ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment