Add Makefile with build & test actions

This commit is contained in:
2024-06-14 21:17:30 +02:00
parent c4e6c041fe
commit 90965877eb
3 changed files with 18 additions and 1 deletions

2
.gitignore vendored
View File

@@ -33,6 +33,8 @@
**/build
build_Debug
build_Release
build_debug
build_release
**/lcoverage
.idea
cmake-*