8000 GH-98831: Add `regen-cases` to `regen-all` (#99107) · python/cpython@e99380c · GitHub
[go: up one dir, main page]

Skip to content

Commit e99380c

Browse files
authored
GH-98831: Add regen-cases to regen-all (#99107)
1 parent f09da28 commit e99380c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ regen-limited-abi: all
12241224
############################################################################
12251225
# Regenerate all generated files
12261226

1227-
regen-all: regen-opcode regen-opcode-targets regen-typeslots \
1227+
regen-all: regen-cases regen-opcode regen-opcode-targets regen-typeslots \
12281228
regen-token regen-ast regen-keyword regen-sre regen-frozen clinic \
12291229
regen-pegen-metaparser regen-pegen regen-test-frozenmain \
12301230
regen-test-levenshtein regen-global-objects

0 commit comments

Comments
 (0)
0