From 08d3749a636f9cd51f70ba1eed043be8e6c2eca9 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Tue, 5 Oct 2021 16:57:55 -0700 Subject: feat(term): added ligature support. some combining character help --- sys/rules.mk | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'sys/rules.mk') 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 -- cgit v1.2.1