aboutsummaryrefslogtreecommitdiff
path: root/sys/rules.mk
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-04-19 09:29:12 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-04-19 09:29:12 -0700
commitdf2a9476a1767bdce83e081470b31ffb89749034 (patch)
treeab7fea866bbab3b4ac77ac720b9e92fcf9ea5710 /sys/rules.mk
parent60ce7fba21a6d37c0acbe152039fbc3d0e692bf0 (diff)
chore: reorganized header structure and updated makefile
Diffstat (limited to 'sys/rules.mk')
-rw-r--r--sys/rules.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/rules.mk b/sys/rules.mk
index b4b0159..90a2d96 100644
--- a/sys/rules.mk
+++ b/sys/rules.mk
@@ -7,6 +7,9 @@ d := $(DIR)
DIR := $(d)/libc
include $(DIR)/rules.mk
+DIR := $(d)/libn
+include $(DIR)/rules.mk
+
DIR := $(d)/cc
include $(DIR)/rules.mk