Makefile: Introduce a release build
authorMichel Pollet <buserror@gmail.com>
Tue, 30 Oct 2012 15:09:37 +0000 (15:09 +0000)
committerMichel Pollet <buserror@gmail.com>
Tue, 30 Oct 2012 15:09:37 +0000 (15:09 +0000)
commitd6265fda9e5d127f5b76d726892c56c1ff00cff5
tree75b97fb913cf4c32d68f43c9babc0818b2e93ef7
parentdcf0210b156b03d83849cf5c3e2f8b78072fc2f0
Makefile: Introduce a release build

make RELEASE=1 will use rpath-link to link the executable,
preventing simavr build path to be referenced. This requires
that simavr gets installed for it to work

Signed-off-by: Michel Pollet <buserror@gmail.com>
Makefile
Makefile.common