dotfiles/lib
James Patrick e5b9486fb3 Added Truthy shortcut for return val.
I don't really like the feel of this but this allows us to call
$(return_val_truthy) to output a value of tue or false based on the retrun value
of the last command. This saves us from having to do make the call ` && echo
true || echo false`.

I will probaby switch this in the future to just have a `echo $?` function
instead. Then check if returnVal == zero. If I do that I will also need to
change the way OS works, requiring true => 0 and false => 1, which is a little
bit conter to how it should be.
2019-04-30 23:22:02 -04:00
..
helper Adding shared makefile logic and helper scripts 2019-04-27 18:09:36 -04:00
makefile Adding makefile for all current configurations. 2019-04-27 18:21:33 -04:00
post-merge relocated bin -> lib 2019-04-27 18:07:48 -04:00
shared.mk Added Truthy shortcut for return val. 2019-04-30 23:22:02 -04:00