diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-07-21 10:11:20 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-12-20 20:19:18 -0500 |
commit | 8f004e73238c5ee4be40c044827138eb5895ce88 (patch) | |
tree | c93e247d9adc7074033f9e88c8071981092ea8b1 /GNUmakefile | |
parent | cbbcb340c974fca7312713d2515e3b32bacb176f (diff) | |
download | bfs-8f004e73238c5ee4be40c044827138eb5895ce88.tar.xz |
expr: Move some implementation into expr.c
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
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 \ |