aboutsummaryrefslogtreecommitdiff
path: root/src/makefile/inference_rules.rs
AgeCommit message (Expand)AuthorLines
2021-04-14keep track of sources for inference rules tooMelody Horn-2/+16
2021-04-06appease our wire lord and saviorMelody Horn-1/+1
2021-04-04keep track of pattern stem to correctly populate `$*`Melody Horn-1/+1
2021-04-04add a unit test for `%`-matching in inference rulesMelody Horn-0/+17
2021-04-04add a test for suffix rule matchingMelody Horn-0/+15
2021-04-03don't fuck up suffix rulesMelody Horn-2/+2
2021-04-03implement GNUish '%'-based inference rulesMelody Horn-6/+49
2021-03-31issuing correction on a previous post of mine, regarding pub(crate)Melody Horn-4/+4
2021-03-27why `pub` when you can `pub(crate)`?Melody Horn-4/+4
2021-03-27refactor makefile elements into submodulesMelody Horn-0/+22