include share/push.mk # Iterate through subdirectory tree DIR := $(d)/cmd include $(DIR)/rules.mk DIR := $(d)/base include $(DIR)/rules.mk DIR := $(d)/libutf include $(DIR)/rules.mk DIR := $(d)/libfmt include $(DIR)/rules.mk DIR := $(d)/libmath include $(DIR)/rules.mk DIR := $(d)/libbio include $(DIR)/rules.mk include share/pop.mk