aboutsummaryrefslogtreecommitdiff
path: root/src/rules.mk
blob: 368479c9a8d82af91eefc991a65f486ccd6ce483 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include share/push.mk

# Iterate through subdirectory tree

DIR := $(d)/cmd
include $(DIR)/rules.mk

DIR := $(d)/base
include $(DIR)/rules.mk

DIR := $(d)/libmath
include $(DIR)/rules.mk

DIR := $(d)/libbio
include $(DIR)/rules.mk

include share/pop.mk