aboutsummaryrefslogtreecommitdiff
path: root/sys/rules.mk
diff options
context:
space:
mode:
authorNicholas Noll <nnoll523@gmail.com>2021-10-23 11:17:25 -0700
committerNicholas Noll <nnoll523@gmail.com>2021-10-26 11:11:57 -0700
commitc8e1e71eb526475dd431443345262c2e5a627831 (patch)
treeea9f7bcbba18a13f7ba8b32fcb1433ac2f4dd8b4 /sys/rules.mk
parent40f4c7305a041d4214df117491593898d04d0134 (diff)
chore(rename): libn -> base
Diffstat (limited to 'sys/rules.mk')
-rw-r--r--sys/rules.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/rules.mk b/sys/rules.mk
index 5d31ec8..c8c3dd3 100644
--- a/sys/rules.mk
+++ b/sys/rules.mk
@@ -5,10 +5,10 @@ include share/push.mk
DIR := $(d)/cmd
include $(DIR)/rules.mk
-# DIR := $(d)/libc
-# include $(DIR)/rules.mk
+DIR := $(d)/base
+include $(DIR)/rules.mk
-DIR := $(d)/libn
+DIR := $(d)/libunicode
include $(DIR)/rules.mk
DIR := $(d)/libmath
@@ -17,6 +17,9 @@ include $(DIR)/rules.mk
DIR := $(d)/libbio
include $(DIR)/rules.mk
+# DIR := $(d)/libc
+# include $(DIR)/rules.mk
+
# DIR := $(d)/libdraw
# include $(DIR)/rules.mk