Skip to content

Commit

Permalink
Merge branch 'dev' into 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed May 31, 2022
2 parents 5a3fb7e + 8f7ed64 commit e4b1bb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,8 @@ libFFI: $(foreach os,$(OS_LIST),libFFI-$(os))
clean-libFFI: $(foreach os,$(OS_LIST),clean-libFFI-$(os))

Python: $(foreach os,$(OS_LIST),Python-$(os))
clean-Python: $(foreach os,$(OS_LIST),clean-Python-$(os) dev-clean-Python-$(os))
clean-Python: $(foreach os,$(OS_LIST),clean-Python-$(os))
dev-clean-Python: $(foreach os,$(OS_LIST),dev-clean-Python-$(os))

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

0 comments on commit e4b1bb4

Please sign in to comment.