Add build features to kb20cpp #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/kb20-cpp20/build"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a
Makefilefor building (and cleaning) kb20cpp. Uses some conditional logic to ensureCXX&CXXFLAGSare overridden if default (provided bymakeenvironment) but still permits user to override via environment export or command-line directly.