Makefileの中でif文を書きたい場合はセミコロンやバックスラッシュを使ってMakefileの文法に合わせる必要があります。
build: if [[ 1 == 1 ]]; then\ echo 'true';\ fi
Related contents