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
/
target.rs
Age
Commit message (
Expand
)
Author
Lines
2021-04-14
rebuild out-of-date makefiles, kinda
Melody Horn
-1
/
+1
2021-04-14
always give a target with commands the first prereqs
Melody Horn
-7
/
+22
2021-04-14
move outer RefCell into DynamicTargetSet
Melody Horn
-9
/
+10
2021-04-14
give targets an encapsulated set like macros have
Melody Horn
-2
/
+79
2021-04-04
keep track of pattern stem to correctly populate `$*`
Melody Horn
-0
/
+1
2021-04-04
logging!
Melody Horn
-0
/
+11
2021-04-03
implement .PHONY special target
Melody Horn
-0
/
+4
2021-04-03
add error indicator for target being updated
Melody Horn
-1
/
+2
2021-04-02
add context for dependency resolution
Melody Horn
-2
/
+3
2021-04-01
slightly fancier errors
Melody Horn
-2
/
+4
2021-03-31
issuing correction on a previous post of mine, regarding pub(crate)
Melody Horn
-7
/
+7
2021-03-31
massively upgrade error handling
Melody Horn
-6
/
+12
2021-03-27
a couple more little things
Melody Horn
-1
/
+1
2021-03-27
why `pub` when you can `pub(crate)`?
Melody Horn
-7
/
+7
2021-03-27
refactor makefile elements into submodules
Melody Horn
-0
/
+77