include share/push.mk # Iterate through subdirectory tree DIR := $(d)/cmd include $(DIR)/rules.mk DIR := $(d)/base include $(DIR)/rules.mk DIR := $(d)/etc 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 include share/pop.mk