]> git.sur5r.net Git - cc65/commit
Added support for 'prefix'.
authorOliver Schmidt <ol.sc@web.de>
Fri, 7 Jun 2013 21:13:46 +0000 (23:13 +0200)
committerOliver Schmidt <ol.sc@web.de>
Fri, 7 Jun 2013 21:13:46 +0000 (23:13 +0200)
commit32daa3dd2b004759e379e296ff00478c934992e4
treeb39657df8d9c03cd78400325f3d052d135385a8d
parent5ed1fac0d678c0261679382cc1d172f01e4b6339
Added support for 'prefix'.

If the variable 'prefix' is defined then the builtin search paths are set to
$(prefix)/lib/cc65/... allowing to build binaries intended for installation.

Note that the library build still works with these binaries as it generally
overrides the builtin search paths by setting the CC65_HOME env var.
src/Makefile