gllock icon indicating copy to clipboard operation
gllock copied to clipboard

Makefile issues

Open manvithn opened this issue 5 years ago • 0 comments

I think there's a few issues with the Makefile right now:

  1. The default SHADER_LOCATION is $(HOME)/.gllock which evaluates to /root/.gllock since we need to run make with sudo. It's unclear if this is the intended location.
  2. Running sudo make install twice generates the symlink shaders/shaders -> .
  3. 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.

manvithn avatar Dec 26 '19 23:12 manvithn