gllock
gllock copied to clipboard
Makefile issues
I think there's a few issues with the Makefile right now:
- The default
SHADER_LOCATION
is$(HOME)/.gllock
which evaluates to/root/.gllock
since we need to run make withsudo
. It's unclear if this is the intended location. - Running
sudo make install
twice generates the symlinkshaders/shaders -> .
- Running
sudo make uninstall
only removes the unintentional symlink above.
I think merging this pull request might be a good approach to fixing some of these issues.