Open n8felton opened 1 year ago
Allows for make install to compile and install to $(PREFIX)/bin which is /usr/local/bin by default
make install
$(PREFIX)/bin
/usr/local/bin
Allows for
make install
to compile and install to$(PREFIX)/bin
which is/usr/local/bin
by default