aboutsummaryrefslogtreecommitdiff
path: root/test-suite/coq-makefile/only/_CoqProject
AgeCommit message (Collapse)Author
2018-10-19Porting the test-suite to coqpp.Pierre-Marie Pédrot
2017-05-23add the only targetEnrico Tassi
This makes the following work correctly: make only TGTS="foo bar" -j2 note that make foo bar -j2 is not doing what you think