fcode-utils
fcode-utils copied to clipboard
Allow overriding some more Makefile variables
This PR lets anyone to override a few extra variables
- DESTDIR can be set to anything ( /usr for example or any $BUILDROOT/usr)
- STRIP can be set to /bin/true to avoid stripping of debug symbols
- CFLAGS can be set to any preferred value (at your own risk)
Fixes #15.