summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-07-21 10:11:20 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-12-20 20:19:18 -0500
commit8f004e73238c5ee4be40c044827138eb5895ce88 (patch)
treec93e247d9adc7074033f9e88c8071981092ea8b1 /GNUmakefile
parentcbbcb340c974fca7312713d2515e3b32bacb176f (diff)
downloadbfs-8f004e73238c5ee4be40c044827138eb5895ce88.tar.xz
expr: Move some implementation into expr.c
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index bcfdf76..a4d1c2d 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -241,6 +241,7 @@ LIBBFS := \
$(OBJ)/src/dstring.o \
$(OBJ)/src/eval.o \
$(OBJ)/src/exec.o \
+ $(OBJ)/src/expr.o \
$(OBJ)/src/fsade.o \
$(OBJ)/src/ioq.o \
$(OBJ)/src/mtab.o \