add .cpp to .SUFFIXES

This commit is contained in:
River Tarnell 2008-08-07 12:35:42 +00:00
parent eec556b0b9
commit 901b79f8d3

View file

@ -20,3 +20,5 @@ clean:
clean-final:
rm -f check af_parser syntax_check
.SUFFIXES: .cpp .o