use %.subdir-{all,clean} targets in root makefile
authorRobert Timm <mail@rtti.de>
Fri, 7 Apr 2017 22:31:50 +0000 (00:31 +0200)
committerRobert Timm <mail@rtti.de>
Fri, 7 Apr 2017 22:31:50 +0000 (00:31 +0200)
commit342b2585b6f93fffce51045fe382d59aa9c382a7
tree5a46b29cf5e2ae359cb0da80c3606345232ded87
parentf948e8cafc33d98060206d040847e9007f7d5f1f
use %.subdir-{all,clean} targets in root makefile

- improves consistency: this mechanism is used in other places as well
- fixes dependency tracking: root makefile does not check files directly
  but delegates the task to sub makefiles
Makefile