Skip to content

makefile edits

Roger Standridge requested to merge archie2x/reposurgeon:makefile-cleans into master

The original goal was to build outside source tree. That wasn't too difficult. There's enough Gnu-make conformance changes here I hope it will be accepted.

  • 'make install' (in/out tree) works from un-built tree

  • 'make dist' (in/out tree) works from un-built tree

...

To build outside tree:

make -f path_to_RS/Makefile TARGET

The docker targets haven't been tested but I'm not getting in to that today.

Merge request reports