aboutsummaryrefslogtreecommitdiff
path: root/src/makefile/input.rs
AgeCommit message (Collapse)AuthorLines
2021-04-03implement `eval`Melody Horn-8/+20
2021-04-03correctly handle conditional lines inside rule bodyMelody Horn-234/+174
2021-04-02simplify MakefileReader.targetsMelody Horn-14/+14
it doesn't need interior mutability so why put up with the cruft from that?
2021-04-02refactor makefile reading into a separate moduleMelody Horn-0/+648