Mercurial > public > mercurial-scm > hg-stable
changeset 52951:57352b3e2589
makefile: minor spacing fix
author | paugier <pierre.augier@univ-grenoble-alpes.fr> |
---|---|
date | Tue, 18 Feb 2025 01:20:53 +0100 |
parents | 1a0bc9fdbd59 |
children | f58b68e59345 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Feb 18 01:20:18 2025 +0100 +++ b/Makefile Tue Feb 18 01:20:53 2025 +0100 @@ -131,7 +131,7 @@ install -m 755 rust/target/release/rhg "$(PREFIX)"/bin/ .PHONY: dist -dist: tests dist-notests +dist: tests dist-notests .PHONY: dist-notests dist-notests: doc @@ -142,7 +142,7 @@ .PHONY: tests tests: - # Run Rust tests if cargo is installed + # Run Rust tests if cargo is installed if command -v $(CARGO) >/dev/null 2>&1; then \ $(MAKE) rust-tests; \ $(MAKE) cargo-clippy; \