Add reindent target.
This commit is contained in:
parent
1a00e1856e
commit
4be4e657e0
|
@ -956,6 +956,10 @@ config.status: $(srcdir)/configure
|
|||
.c.o:
|
||||
$(CC) -c $(PY_CFLAGS) -o $@ $<
|
||||
|
||||
# Run reindent on the library
|
||||
reindent:
|
||||
./python$(EXEEXT) $(srcdir)/Tools/scripts/reindent.py -r $(srcdir)/Lib
|
||||
|
||||
# Rerun configure with the same options as it was run last time,
|
||||
# provided the config.status script exists
|
||||
recheck:
|
||||
|
|
Loading…
Reference in New Issue