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 8f67b15 commit 494e589
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 @@ -198,11 +198,6 @@ _ensure-pre-commit:
lint: _ensure-pre-commit
$(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 494e589

Please sign in to comment.