Mirror von
https://github.com/tkuschel/bees.git
synchronisiert 2026-06-13 04:37:54 +02:00
Makefile: speedup dependency generation
Dependencies can be generated in parallel which can be much faster. It also puts away the problem that for may fail multiple times in a row and leaving behind a broken intermediate file which would be picked up by successive runs. Signed-off-by: Kai Krakow <kai@kaishome.de>
Dieser Commit ist enthalten in:
@@ -1,6 +1,7 @@
|
||||
*.[ao]
|
||||
*.bak
|
||||
*.new
|
||||
*.dep
|
||||
*.so*
|
||||
Doxyfile
|
||||
README.html
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren