aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2025-09-10 11:17:42 +0200
committerEgor Tensin <egor@tensin.name>2025-09-10 11:20:44 +0200
commitf9d3fe0e68dbc5aae0750d14e70781c3a3f27db4 (patch)
treef5a4a7b72ccdacf41afad14966f447b47c5cf5ce /Makefile
parentbump dependencies (diff)
downloadsorting-algorithms-f9d3fe0e68dbc5aae0750d14e70781c3a3f27db4.tar.gz
sorting-algorithms-f9d3fe0e68dbc5aae0750d14e70781c3a3f27db4.zip
Makefile: print repo changes in maintenance
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index abea974..ac7962d 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,8 @@ maintenance: ruby
else \
echo; \
echo '-----------------------------------------------------------------'; \
- echo 'Error: unrecognized modifications in the repository'; \
+ echo 'Error: unrecognized modifications in the repository:'; \
+ echo "$$git_status"; \
echo '-----------------------------------------------------------------'; \
exit 1; \
fi