diff --git a/Makefile.other b/Makefile.other index 05f04a4..cdf5f90 100644 --- a/Makefile.other +++ b/Makefile.other @@ -1,5 +1,6 @@ -.PHONY: clean-branches # Очистка отсутствующих веток +.PHONY: clean-branches +# Очистка отсутствующих веток clean-branches: @echo "Fetching updates from origin..." git fetch --prune