aboutsummaryrefslogtreecommitdiff
path: root/config.mk
AgeCommit message (Collapse)Author
2024-03-24Require C++17Jan Sucan
This enables use of more modern STL features, e.g., filesystem.
2024-02-02makefile: Add install and uninstall targetsJan Sucan
2024-02-02config.mk: Treat compiler warnings as errorsJan Sucan
2024-02-02config.mk: Enable extra compiler warningsJan Sucan
2024-02-02config.mk: Do not limit max. number of compilation errorsJan Sucan
2024-02-02config.mk: Use C++11Jan Sucan
Uniform initialization is supported since that version.
2024-01-20makefile: Move configuration to config.mkJan Sucan