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

improve Makefile: fix make dir/name.vo

parent e4424f79
No related branches found
No related tags found
No related merge requests found
...@@ -10,4 +10,7 @@ clean: Makefile.coq ...@@ -10,4 +10,7 @@ clean: Makefile.coq
Makefile.coq: _CoqProject Makefile.coq: _CoqProject
coq_makefile -f _CoqProject -o Makefile.coq coq_makefile -f _CoqProject -o Makefile.coq
%: Makefile.coq
+make -f Makefile.coq $@
.PHONY: all clean .PHONY: all clean
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