solvuu / solvuu-build

DEPRECATED. We recommend Jane Street's dune (formerly jbuilder).
ISC License
24 stars 5 forks source link

document how to customize for more complex use cases #54

Open agarwal opened 7 years ago

agarwal commented 7 years ago

Project.basic1 gets more attention than it was intended to. The set of functions it calls are the more useful contributions of solvuu-build. Document these other functions in the README, especially build_lib and build_app. Then users will realize the flexibility they really have, without substantial extra work.

agarwal commented 7 years ago

Similarly, the default solvuu.mk file isn't all that important, and even the generated _build/project.mk isn't critical. In README, explain that writing your own Makefile is reasonable.