1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2025-05-21 23:21:15 +02:00

perf: improve Makefile to only compile changed files

fixes #4
This commit is contained in:
Divlo
2023-01-06 17:37:50 +01:00
parent 6932907f05
commit 469859001e
2 changed files with 14 additions and 12 deletions

2
.gitignore vendored
View File

@ -1,9 +1,9 @@
build
bin
documentation
.vscode
*.out
*.o
*.exe
*.a
node_modules
documentation