scalar Makefile: use "The default target of..." pattern
commita36b575aab3abe47a634e30ffe40c1a6d1dbb6da
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 3 Mar 2022 16:04:12 +0000 (3 17:04 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Mar 2022 22:14:54 +0000 (3 14:14 -0800)
treeb3deacb91de0107798f4d080c989e704a13ef314
parentdab1b7905d0b295f1acef9785bb2b9cbb0fdec84
scalar Makefile: use "The default target of..." pattern

Make the "contrib/scalar/Makefile" be stylistically consistent with
the top-level "Makefile" in first declaring "all" to be the default
rule, followed by including other Makefile snippets.

This adjusts code added in 0a43fb22026 (scalar: create a rudimentary
executable, 2021-12-03), it further ensures that when we add another
"include" file in a subsequent commit that the included file won't be
the one to define our default target.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/scalar/Makefile