Houston4444 / RaySession

Session manager for linux musical programs
GNU General Public License v2.0
177 stars 20 forks source link

Prefix variable can't be set #122

Open fpesari opened 3 years ago

fpesari commented 3 years ago

https://github.com/Houston4444/RaySession/blob/46bccb883c6d5a08a0bbfc3b6fe8c0e4e0085786/Makefile#L6

This line disallows the PREFIX variable from being set, since it assigns it unconditionally. The right line would be

PREFIX ?= /usr/local