libunwind-examples
                                
                                
                                
                                    libunwind-examples copied to clipboard
                            
                            
                            
                        Enhance Makefile
So we can call it with custom search paths:
make INCLUDE=$HOME/projects/libunwind/include LIB=$HOME/projects/libunwind/src/.libs
N.B.
- march=native mtune=native is not needed and doesn't work for all ISAs
 - LDLIBS is the correct way to add library, otherwise with generic LDFLAGS binutils gets confused due to the ordering of -lunwind and complains about undefined references.