aboutsummaryrefslogtreecommitdiff
path: root/sys/rules.mk
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-04-22 14:08:40 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-04-22 14:08:40 -0700
commit62f04ff585edd4f932f18ecad109f1d0213973a6 (patch)
tree30ac82ea314913842f9f9bdab9e289267bd2c49c /sys/rules.mk
parent4b0ef5bf1644520bcec05a7b2f59d6787eb616f8 (diff)
chore(refactor): libraries to define explicit interfaces
Diffstat (limited to 'sys/rules.mk')
-rw-r--r--sys/rules.mk18
1 files changed, 12 insertions, 6 deletions
diff --git a/sys/rules.mk b/sys/rules.mk
index 669ea25..385c9ac 100644
--- a/sys/rules.mk
+++ b/sys/rules.mk
@@ -8,19 +8,25 @@ include share/push.mk
DIR := $(d)/cmd
include $(DIR)/rules.mk
-# DIR := $(d)/haplotile
-# include $(DIR)/rules.mk
-
DIR := $(d)/libn
include $(DIR)/rules.mk
-# DIR := $(d)/libterm
-# include $(DIR)/rules.mk
-
DIR := $(d)/libmath
include $(DIR)/rules.mk
DIR := $(d)/libbio
include $(DIR)/rules.mk
+# DIR := $(d)/libimage
+# include $(DIR)/rules.mk
+
+# DIR := $(d)/libfont
+# include $(DIR)/rules.mk
+
+# DIR := $(d)/libterm
+# include $(DIR)/rules.mk
+
+# DIR := $(d)/libsre
+# include $(DIR)/rules.mk
+
include share/pop.mk