Skip to content

Commit a3c2838

Browse files
committed
Merge branch 'dev' into 3.10
2 parents d7d970e + 8f7ed64 commit a3c2838

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,8 @@ libFFI: $(foreach os,$(OS_LIST),libFFI-$(os))
920920
clean-libFFI: $(foreach os,$(OS_LIST),clean-libFFI-$(os))
921921

922922
Python: $(foreach os,$(OS_LIST),Python-$(os))
923-
clean-Python: $(foreach os,$(OS_LIST),clean-Python-$(os) dev-clean-Python-$(os))
923+
clean-Python: $(foreach os,$(OS_LIST),clean-Python-$(os))
924+
dev-clean-Python: $(foreach os,$(OS_LIST),dev-clean-Python-$(os))
924925

925926
# Expand the build macro for every OS
926927
$(foreach os,$(OS_LIST),$(eval $(call build,$(os))))

0 commit comments

Comments
 (0)