Why does utils have a Makefile

Issue #2 resolved
David Dickinson created an issue

The utils repo contains a Makefile and a dependency file. I'm not sure that we necessarily want these -- I'd guess the use case is for producing a utils library that can then be linked into other projects, but currently projects like gs2 will take care of building the utilities automatically.

Can we remove Makefile and Makefile.depend?

Comments (2)

  1. David Dickinson reporter

    PR #149 removes these files as they do not allow one to build utils. There are now CMakefiles to allow one to build utils on its own.

  2. Log in to comment