libqaeda

Unnamed repository; edit this file 'description' to name the repository.
Info | Log | Files | Refs | README | LICENSE

commit 81b2eb86981bf751d0519e6fb5a359ca5bf773ea
parent ed3fa3e14b686a4426328a1704e3475c0ed5c3ba
Author: lash <dev@holbrook.no>
Date:   Wed, 26 Mar 2025 23:08:10 +0000

Add static library build

Diffstat:
MMakefile | 5++++-
Msrc/Makefile | 4++++
2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,5 +1,8 @@ all: - make -C src + make -C src all + +lib: + make -C src lib test: all make -C src test diff --git a/src/Makefile b/src/Makefile @@ -4,6 +4,10 @@ CFLAGS += $(INCLUDES) -Wall all: all-gpg all-dummy: asn1 aux core dummy all-gpg: asn1 aux core gpg +lib: all + +lib: + ar rcs lq.a lq/config.o crypto/gcrypt.o store/file.o mem/std.o io/std.o debug.o aux/lib/libhashmap.a core: $(CC) $(CFLAGS) -c debug.c