Makefile: rm => ${RM}
This commit is contained in:
parent
6f304318ec
commit
f179d1240e
2
Makefile
2
Makefile
|
|
@ -159,6 +159,6 @@ TAGS:
|
||||||
setup-git:
|
setup-git:
|
||||||
git config --local include.path ../.gitconfig
|
git config --local include.path ../.gitconfig
|
||||||
git stash save
|
git stash save
|
||||||
rm .git/index
|
${RM} .git/index
|
||||||
git checkout HEAD -- "$$(git rev-parse --show-toplevel)"
|
git checkout HEAD -- "$$(git rev-parse --show-toplevel)"
|
||||||
git stash pop
|
git stash pop
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue