Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ readme-check: ## Check if README is up to date
@if ! diff -q README.md README.md.backup > /dev/null; then \
echo "$(call color_yellow,README is out of date. Run 'make readme' to update.)"; \
mv README.md.backup README.md; \
exit 1; \
else \
echo "$(call color_green,README is up to date.)"; \
rm README.md.backup; \
Expand Down