Go to file
James Patrick d26d20d8d6 Simplified base level make to recursive make command.
It will look for all first level child `makefile`, and run assigned target. This
is equivalent to running:

```shell
for i in */makefile; do
  make -C $i $target
done
```
2019-04-27 18:15:45 -04:00
lib Adding shared makefile logic and helper scripts 2019-04-27 18:09:36 -04:00
ssh Added special keyfile path for git.jpatrick.io 2019-04-15 20:18:15 -04:00
sway Added loader for GTK3 theming. 2019-04-24 23:41:43 -04:00
tmux Added tmux configuration. 2019-04-13 19:07:24 -04:00
tridactyl Added Forward command, and unbind <C-b> to access bookmark sidemenu. 2019-04-17 22:23:04 -04:00
vim Corrected issue with sh not understanding quoted commands. 2019-04-14 19:04:51 -04:00
waybar Adding waybar config 2019-04-20 00:12:18 -04:00
.gitignore added vim/.netrwhist to ignore. 2019-04-17 19:32:07 -04:00
makefile Simplified base level make to recursive make command. 2019-04-27 18:15:45 -04:00