aboutsummaryrefslogtreecommitdiff
path: root/sys/rules.mk
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-06-18 19:45:40 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-06-18 19:45:40 -0700
commit425ef692da7e74112f88f0b368f3286dba84f846 (patch)
treed45729e90010e8d8c539031c3b72165f6884575d /sys/rules.mk
parent0522b4bf4e125b7ceb67f7177db692aed3a0ebf9 (diff)
feat: working parser for rc shell language
Diffstat (limited to 'sys/rules.mk')
-rw-r--r--sys/rules.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/rules.mk b/sys/rules.mk
index fa33346..a98e84c 100644
--- a/sys/rules.mk
+++ b/sys/rules.mk
@@ -11,13 +11,13 @@ include $(DIR)/rules.mk
DIR := $(d)/libn
include $(DIR)/rules.mk
+# DIR := $(d)/libterm
+# include $(DIR)/rules.mk
+
DIR := $(d)/libmath
include $(DIR)/rules.mk
DIR := $(d)/libbio
include $(DIR)/rules.mk
-DIR := $(d)/libgpu
-include $(DIR)/rules.mk
-
include share/pop.mk