build: rename lib-shared and lib-test targets

This commit is contained in:
Adrià Arrufat committed 2026-07-31 21:15:42 +02:00
1 parent 65a88617ec
commit 6f2fbb12ed
5 files changed
+16 -16

No files matched your search

+1 -1
View File
@@ -30,7 +30,7 @@
*
* Logging goes to stderr (level: warnings and errors in release builds).
*
* Linking: `make lib-shared` builds liblightpanda.so (zig-out/lib) and
* Linking: `make lib` builds liblightpanda.so (zig-out/lib) and
* installs this header (zig-out/include) plus a pkg-config file:
* cc app.c $(PKG_CONFIG_PATH=zig-out/lib/pkgconfig pkg-config --cflags --libs lightpanda)
* or by hand: