include share/push.mk # Iterate through subdirectory tree DIR := $(d)/cat include $(DIR)/rules.mk # DIR := $(d)/cc # include $(DIR)/rules.mk DIR := $(d)/edo include $(DIR)/rules.mk DIR := $(d)/rc include $(DIR)/rules.mk include share/pop.mk