From c8e1e71eb526475dd431443345262c2e5a627831 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Sat, 23 Oct 2021 11:17:25 -0700 Subject: chore(rename): libn -> base --- 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 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 -- cgit v1.2.1