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
Name Last commit Last update