Code

Makefile: Use generic rule to build test programs
authorJulian Phillips <julian@quantumfyre.co.uk>
Wed, 30 May 2007 23:18:24 +0000 (00:18 +0100)
committerJunio C Hamano <junkio@cox.net>
Thu, 31 May 2007 01:23:37 +0000 (18:23 -0700)
commit5c5ba73b21a6910ee67d97cb87a5d78409112375
treed7a70ddee20f7530cd2bd789f8977b87a86f32b6
parent65c6aca4d4c6fabc2767b8fa1ce7e67d3d594b1e
Makefile: Use generic rule to build test programs

Use a generic make rule to build all the test programs, rather than
specifically mentioning each one.

Signed-off-by: Julian Phillips <julian@quantumfyre.co.uk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile