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
/
args.rs
Age
Commit message (
Expand
)
Author
Lines
16 hours
i’m breaking the full feature now, get on my level
Melody Horn
-1
/
+1
18 hours
fix no default features
Melody Horn
-1
/
+2
3 days
fix attribute formatting
Melody Horn
-2
/
+11
3 days
pretend to support GNU’s --no-print-directory
Melody Horn
-1
/
+74
6 days
clippy moment
Melody Horn
-3
/
+1
6 days
upgrade from structopt to clap 4
Melody Horn
-25
/
+31
2021-04-14
add command-line arguments to MAKEFLAGS so they get inherited by recursive calls
Melody Horn
-0
/
+35
2021-04-14
only offer -C flag on full build
Melody Horn
-0
/
+15
2021-04-14
add -C flag to change directory before starting
Melody Horn
-0
/
+4
2021-04-05
don't use &String where it makes a mess
Melody Horn
-4
/
+10
2021-03-31
issuing correction on a previous post of mine, regarding pub(crate)
Melody Horn
-17
/
+17
2021-03-28
add (& somewhat test!) GNUful conditionals
Melody Horn
-0
/
+7
2021-03-27
appease clippy in makers::args
Melody Horn
-5
/
+6
2021-03-27
why `pub` when you can `pub(crate)`?
Melody Horn
-16
/
+16
2021-03-27
boring changes
zseri
-1
/
+1
2021-03-27
cargo fmt
zseri
-113
/
+168
2021-03-26
implement builtins in the worst imaginable way
Melody Horn
-4
/
+0
2021-03-26
tune up argument handling
Melody Horn
-12
/
+127
2021-03-23
man i don't even fuckin know anymore
Melody Horn
-13
/
+13
2021-03-23
read arguments
Melody Horn
-0
/
+189