diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-09-18 11:20:12 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-09-18 11:20:12 -0400 |
commit | 5307ef2ed38b665892798aa10295dd68401a38df (patch) | |
tree | 542046a7fc3e28d25f3145fe848fdcadf1085c4f | |
parent | c1ac8a73589f9d27704e6bd8f99d0c42fac2100f (diff) | |
download | bfs-5307ef2ed38b665892798aa10295dd68401a38df.tar.xz |
build/prelude: Remove vestigal OBJS definition
-rw-r--r-- | build/prelude.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/build/prelude.mk b/build/prelude.mk index b8726d7..2cd07a8 100644 --- a/build/prelude.mk +++ b/build/prelude.mk @@ -68,14 +68,3 @@ ALL_PKGS := \ libselinux \ liburing \ oniguruma - -# List all object files here, as they're needed by both `./configure` and `make` - -# All object files -OBJS := \ - obj/src/main.o \ - obj/tests/mksock.o \ - obj/tests/xspawnee.o \ - obj/tests/xtouch.o \ - ${LIBBFS} \ - ${UNIT_OBJS} |