aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/coq-makefile/only
Commit message (Collapse)AuthorAge
* Use specific shell for more robustness.Gravatar Théo Zimmermann2017-05-27
|
* add the only targetGravatar Enrico Tassi2017-05-23
This makes the following work correctly: make only TGTS="foo bar" -j2 note that make foo bar -j2 is not doing what you think