Go to file
James Patrick a3b2955e60 Fixed issue stemming from eval order in make if statement.
So I found a rather weird issue. The makefile was evaling the
conditional of a target before that target is called.

`make install` is a empty target with a ordered dependency: `init` and
`update`. In the `init` script section it will install the `~/.zplug`
zsh dependency, and the update script checks to see if that target
exist, aborting if it doesn't. The issue is that running `make install`
will install the `~/.zplug` dir, then report that the dir doesn't exist.
Where running `make init && make update` will work as expected.

There is probably some flag in make to resolve this, but I was unable to
to find any documentation for this.
2019-09-05 15:21:41 +00:00
emacs Added FiraCode Ligatures to doom config. 2019-08-26 14:35:50 -04:00
git Adding git. 2019-05-03 19:41:39 -04:00
i3 Organizing i3 config. 2019-08-04 17:09:30 -04:00
lib Added SSH awareness. 2019-05-16 20:13:40 -04:00
mako Making mako makescript more verbose. 2019-06-14 21:01:31 -04:00
rofi Added todoist and wifi-menu applicaitons 2019-08-04 17:06:54 -04:00
ssh Added no action for makefiles. 2019-06-16 18:58:36 -04:00
sway Added PIP support for Firefox Picture & Picture. 2019-08-21 23:07:24 -04:00
tmux Added no action for makefiles. 2019-06-16 18:58:36 -04:00
tridactyl Added no action for makefiles. 2019-06-16 18:58:36 -04:00
vim Removed duplicated vim keybinds 2019-04-27 22:33:49 -04:00
waybar Added no action for makefiles. 2019-06-16 18:58:36 -04:00
zsh Fixed issue stemming from eval order in make if statement. 2019-09-05 15:21:41 +00:00
.gitignore Added support for both DOOM and Spacemacs 2019-08-04 20:41:05 -04:00
makefile Simplified base level make to recursive make command. 2019-04-27 18:15:45 -04:00
README.md Adding placeholder readme file. 2019-04-27 18:23:10 -04:00

Hello World