Refactor makefile to use variables

This commit is contained in:
2023-10-07 00:16:25 +02:00
parent 2f58807322
commit 1287160c47
3 changed files with 59 additions and 38 deletions

4
.gitignore vendored
View File

@@ -31,7 +31,9 @@
*.exe
*.out
*.app
build/
build/**
build_debug/**
build_release/**
*.dSYM/**
cmake-build*/**
.idea