From 945feaa5be993e579681bfa4c9b57233164826d4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 4 Jan 2024 11:36:10 -0300 Subject: deps.mk: Remove all .lo files --- deps.mk | 28 ++++++++++++++-------------- src/main.c | 2 ++ 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/deps.mk b/deps.mk index 80296ec..1912cb9 100644 --- a/deps.mk +++ b/deps.mk @@ -30,13 +30,13 @@ sources.c = \ src/random.c \ src/testing.c \ -src/catalog.o src/catalog.lo src/catalog.to: src/catalog.h -src/hash.o src/hash.lo src/hash.to: src/hash.h -src/i18n.o src/i18n.lo src/i18n.to: src/i18n.h -src/lib.o src/lib.lo src/lib.to: src/lib.h -src/logerr.o src/logerr.lo src/logerr.to: src/logerr.h -src/random.o src/random.lo src/random.to: src/random.h -src/testing.o src/testing.lo src/testing.to: src/testing.h +src/catalog.o src/catalog.to: src/catalog.h +src/hash.o src/hash.to: src/hash.h +src/i18n.o src/i18n.to: src/i18n.h +src/lib.o src/lib.to: src/lib.h +src/logerr.o src/logerr.to: src/logerr.h +src/random.o src/random.to: src/random.h +src/testing.o src/testing.to: src/testing.h src/catalog.xa: src/catalog.to src/hash.xa: src/hash.to @@ -55,13 +55,13 @@ src/random.bin-check: src/random.bin src/testing.bin-check: src/testing.bin -src/catalog.o src/catalog.lo src/catalog.to: src/logerr.h src/testing.h src/../tests/slurp.h -src/hash.o src/hash.lo src/hash.to: src/logerr.h src/random.h src/testing.h -src/i18n.o src/i18n.lo src/i18n.to: src/logerr.h src/catalog.h -src/lib.o src/lib.lo src/lib.to: -src/logerr.o src/logerr.lo src/logerr.to: src/testing.h src/../tests/slurp.h -src/random.o src/random.lo src/random.to: src/logerr.h src/testing.h -src/testing.o src/testing.lo src/testing.to: +src/catalog.o src/catalog.to: src/logerr.h src/testing.h src/../tests/slurp.h +src/hash.o src/hash.to: src/logerr.h src/random.h src/testing.h +src/i18n.o src/i18n.to: src/logerr.h src/catalog.h +src/lib.o src/lib.to: +src/logerr.o src/logerr.to: src/testing.h src/../tests/slurp.h +src/random.o src/random.to: src/logerr.h src/testing.h +src/testing.o src/testing.to: src/catalog.xa: src/logerr.o src/testing.o src/../tests/slurp.o src/hash.xa: src/logerr.o src/random.o src/testing.o diff --git a/src/main.c b/src/main.c index ac9a1bd..ff3ea4e 100644 --- a/src/main.c +++ b/src/main.c @@ -4,5 +4,7 @@ int main(int argc, char **argv) { + // FIXME: pindaiba(1) has at least -h and -V, and maybe with no + // arguments it prints some arch information? return re_main(argc, argv); } -- cgit v1.2.3