aboutsummaryrefslogtreecommitdiff
path: root/sys/rules.mk
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-10-05 16:57:55 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-10-05 16:57:55 -0700
commit08d3749a636f9cd51f70ba1eed043be8e6c2eca9 (patch)
treec17cdff0796b73758a96977614d84f04d22c3bfb /sys/rules.mk
parent2e80e18c190b737338f8000aafe685719b4899a1 (diff)
feat(term): added ligature support. some combining character help
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 385c9ac..a45e8b3 100644
--- a/sys/rules.mk
+++ b/sys/rules.mk
@@ -2,12 +2,12 @@ include share/push.mk
# Iterate through subdirectory tree
-# DIR := $(d)/libc
-# include $(DIR)/rules.mk
-
DIR := $(d)/cmd
include $(DIR)/rules.mk
+# DIR := $(d)/libc
+# include $(DIR)/rules.mk
+
DIR := $(d)/libn
include $(DIR)/rules.mk
@@ -17,6 +17,9 @@ include $(DIR)/rules.mk
DIR := $(d)/libbio
include $(DIR)/rules.mk
+DIR := $(d)/libdraw
+include $(DIR)/rules.mk
+
# DIR := $(d)/libimage
# include $(DIR)/rules.mk