Makefile: rm => ${RM}

This commit is contained in:
Darryl L. Miles 2025-01-08 09:01:47 +00:00 committed by R. Timothy Edwards
parent 6f304318ec
commit f179d1240e
1 changed files with 1 additions and 1 deletions

View File

@ -159,6 +159,6 @@ TAGS:
setup-git:
git config --local include.path ../.gitconfig
git stash save
rm .git/index
${RM} .git/index
git checkout HEAD -- "$$(git rev-parse --show-toplevel)"
git stash pop