diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-05-11 15:04:16 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-05-11 15:04:16 -0400 |
commit | f9a23f1f21a0733feed0eaa657224fe205ae9a16 (patch) | |
tree | b23b08a80d68ec1b7f5f5da60c27f4efd7bf7529 /Makefile | |
parent | 4a326416b078de06f1cf542963dab57a20846f95 (diff) | |
download | bfs-f9a23f1f21a0733feed0eaa657224fe205ae9a16.tar.xz |
Makefile: Look for .d files in the right places
Fixes: f2cb2215213c0d831a697b0b440f78d9ad5c2b83
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -304,4 +304,4 @@ check-install: .SUFFIXES: --include $(wildcard build/*.d build/tests/*.d) +-include $(wildcard build/*/*.d) |