t/fuzz: Clean up generated dependency makefiles
authorSweet Tea Dorminy <sweettea@dorminy.me>
Tue, 19 Oct 2021 20:31:27 +0000 (16:31 -0400)
committerJohn Dorminy <jdorminy@redhat.com>
Tue, 19 Oct 2021 21:30:34 +0000 (17:30 -0400)
commitc43992f76881db25f8a2ad751ccb63923f19f34c
tree9b4435a6076650b652b6c170385feff16c188853
parenta7194b2d3d427e7e5678c55a128639df9caf4a48
t/fuzz: Clean up generated dependency makefiles

Currently, the 'clean' target cleans up the t/ directory, but not its
subdirectories. As t/fuzz contains c files, though, dependency makefiles
are created there and should be cleaned up.

Signed-off-by: Sweet Tea Dorminy <sweettea@dorminy.me>
Makefile