Skip to content

Commit 8f7ed64

Browse files
committed
Correct the definition of dev-clean-Python.
1 parent aa5041d commit 8f7ed64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,8 @@ libFFI: $(foreach os,$(OS_LIST),libFFI-$(os))
918918
clean-libFFI: $(foreach os,$(OS_LIST),clean-libFFI-$(os))
919919

920920
Python: $(foreach os,$(OS_LIST),Python-$(os))
921-
clean-Python: $(foreach os,$(OS_LIST),clean-Python-$(os) dev-clean-Python-$(os))
921+
clean-Python: $(foreach os,$(OS_LIST),clean-Python-$(os))
922+
dev-clean-Python: $(foreach os,$(OS_LIST),dev-clean-Python-$(os))
922923

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

0 commit comments

Comments
 (0)