include share/push.mk # Iterate through subdirectory tree # DIR := $(d)/libc # include $(DIR)/rules.mk DIR := $(d)/libn include $(DIR)/rules.mk DIR := $(d)/libmath include $(DIR)/rules.mk DIR := $(d)/libbio include $(DIR)/rules.mk DIR := $(d)/libfont include $(DIR)/rules.mk DIR := $(d)/cmd include $(DIR)/rules.mk include share/pop.mk