aboutsummaryrefslogtreecommitdiff
path: root/src/base/error/rules.mk
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-12-05 16:53:55 -0800
committerNicholas Noll <nbnoll@eml.cc>2021-12-05 16:53:55 -0800
commitb4cb7c06f94e2e91b22b7d82efd7943a82331d86 (patch)
tree99fa7085855875efa7422ee58f322f8c94bda860 /src/base/error/rules.mk
parent07e77936d535e58b0aeb4f2a11400c1050556739 (diff)
Chore: updated fs·walk to use new data structures
Completes the port to our standard library (up to malloc).
Diffstat (limited to 'src/base/error/rules.mk')
-rw-r--r--src/base/error/rules.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/base/error/rules.mk b/src/base/error/rules.mk
index e3a9ce0..3cf7723 100644
--- a/src/base/error/rules.mk
+++ b/src/base/error/rules.mk
@@ -1,6 +1 @@
-SRCS_$(d)+=\
- $(d)/error/exits.c \
- $(d)/error/errorf.c \
- $(d)/error/panicf.c \
- $(d)/error/verrorf.c \
- $(d)/error/vpanicf.c \
+SRCS_$(d)+=$(wildcard $(d)/error/*.c)