aboutsummaryrefslogtreecommitdiff
path: root/sys/rules.mk
blob: fa3334623058d38989d42585f122581616f83ca6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include share/push.mk

# Iterate through subdirectory tree

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

DIR := $(d)/cmd
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)/libgpu
include $(DIR)/rules.mk

include share/pop.mk