index
:
makers
canon
a POSIX-compatible make implemented in Rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
makefile
/
inference_rules.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-18
let ./egg% match ./eggbug and not just eggbug
HEAD
canon
Melody Horn
-4
/
+5
2024-11-13
let ./%.o match foo.o in a really ugly way
Melody Horn
-1
/
+32
2024-11-11
implement rule-specific macros for targets
Melody Horn
-6
/
+91
2024-11-10
clean up random rustrover lints
Melody Horn
-1
/
+1
2024-11-10
clippy moment
Melody Horn
-2
/
+5
2021-04-14
keep track of sources for inference rules too
Melody Horn
-2
/
+16
2021-04-06
appease our wire lord and savior
Melody Horn
-1
/
+1
2021-04-04
keep track of pattern stem to correctly populate `$*`
Melody Horn
-1
/
+1
2021-04-04
add a unit test for `%`-matching in inference rules
Melody Horn
-0
/
+17
2021-04-04
add a test for suffix rule matching
Melody Horn
-0
/
+15
2021-04-03
don't fuck up suffix rules
Melody Horn
-2
/
+2
2021-04-03
implement GNUish '%'-based inference rules
Melody Horn
-6
/
+49
2021-03-31
issuing correction on a previous post of mine, regarding pub(crate)
Melody Horn
-4
/
+4
2021-03-27
why `pub` when you can `pub(crate)`?
Melody Horn
-4
/
+4
2021-03-27
refactor makefile elements into submodules
Melody Horn
-0
/
+22