aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rules.mk
blob: bd9d2329191aa4c3235967028450a227ea4d8ddb (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)/cc
# include $(DIR)/rules.mk

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

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

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

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

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

include share/pop.mk