Skip to content
Snippets Groups Projects
Simon Rose's avatar
Simon Rose authored
This is due to relying on the intermediate rules
```
build-%: | $(COMMON_DIR)
```
(etc.) which trigger's Make's "intermediate file cleanup". The
simplest solution is to make a clear dependency on the common
directory instead of the implicit one.
79e7f052
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..