I have the following code in my Makefile:
Target0: Deps0
Common Rule to build Target
Target1: Deps1
Common Rule to build Target
...
My question is since all the targets have a common rule is there any way to combine the targets into a single target and specify target specific dependencies?