Skip to content

Commit

Permalink
Remove 'make serve' stub
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Aug 4, 2024
1 parent 6c5bed2 commit 71db173
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,6 @@ lint: venv
fi;
$(VENVDIR)/bin/python3 -m pre_commit run --all-files

.PHONY: serve
serve:
@echo "The 'serve' target was removed, use 'htmlview' instead" \
"(see https://github.com/python/cpython/issues/80510)"

include/branches.csv: include/release-cycle.json
$(VENVDIR)/bin/python3 _tools/generate_release_cycle.py

Expand Down

0 comments on commit 71db173

Please sign in to comment.