Skip to content

Commit c6c36af

Browse files
committed
Merge branch 'main' into 3.11
2 parents 08affed + ba8baa7 commit c6c36af

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,9 @@ all: $(OS_LIST)
7474
$(foreach os,$(OS_LIST),$(foreach sdk,$$(sort $$(basename $$(TARGETS-$(os)))),$(sdk) vars-$(sdk)))
7575
$(foreach os,$(OS_LIST),$(foreach target,$$(TARGETS-$(os)),$(target) vars-$(target)))
7676

77-
# Clean all builds
78-
clean:
79-
rm -rf build dist install support
80-
8177
# Full clean - includes all downloaded products
8278
distclean: clean
83-
rm -rf downloads
79+
rm -rf downloads build dist install support
8480

8581
update-patch:
8682
# Generate a diff from the clone of the python/cpython Github repository,

0 commit comments

Comments
 (0)