fcode-utils icon indicating copy to clipboard operation
fcode-utils copied to clipboard

Allow overriding some more Makefile variables

Open lemenkov opened this issue 1 year ago • 0 comments

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.

lemenkov avatar Apr 02 '24 19:04 lemenkov