]> www.infradead.org Git - users/hch/nvme-cli.git/commit
Use pattern rule for compiling objects
authorKeith Busch <keith.busch@intel.com>
Wed, 8 Jun 2016 15:59:41 +0000 (09:59 -0600)
committerKeith Busch <keith.busch@intel.com>
Wed, 8 Jun 2016 16:40:58 +0000 (10:40 -0600)
commit23a7844d384202a41906c0c1cff0559c78e5a39b
tree418097329e904c4a3090cb34f9045f3cd1220c93
parentc7e34ca41a9843cfdc0778b3c461e4604701b77a
Use pattern rule for compiling objects

All the object files had the same pattern, though some of the targets
were missing the correct dependency list. This fixes them all with a
pattern rule.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Makefile