-
Notifications
You must be signed in to change notification settings - Fork 355
Open
Labels
Milestone
Description
Another low prio issue --
Most projects using GNU Make adhere to the following conventions: https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html
We are mostly there, with the exception of
- an
installtarget withDESTDIRsupport (https://www.gnu.org/prep/standards/html_node/Standard-Targets.html) - an
includedir install target - a pkg-config pc file and library install targets (debatable, as using Firedancer as a library is not officially supported, and breaking ABI changes are expected)