OSDN Git Service

fix(tool/judgers.md): wrong usage in building lemon
authorCoelacanthus <coelacanthus@outlook.com>
Wed, 27 Jan 2021 02:43:12 +0000 (10:43 +0800)
committerCoelacanthus <coelacanthus@outlook.com>
Wed, 27 Jan 2021 02:43:12 +0000 (10:43 +0800)
commita60390177819c5eff7c2855045fabf4f95e3a044
tree2f5ebbfb7dd8db301413440f1d83fb0a4a1b896b
parentf9227a330fc7ab0e23fc3a2acb483a20c502b7ff
fix(tool/judgers.md): wrong usage in building lemon

1.  we can pass parameter into `./make` instead of using `sed` to modify the file,
    `-jn` can be passed although `-j n` can't.
2.  we can install the executable file into PATH instead of throwing it into home dir.

the result of git blame: https://github.com/OI-wiki/OI-wiki/commit/47acc594f2d94423d319a7b1ee83546ad29552a6
docs/tools/judgers.md