diff options
-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} |