From aaa0ba27550e261de18b4ce6cae3743e89232279 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Wed, 25 Oct 2023 15:58:47 +0200 Subject: Makefile: Build libweb also as a shared library --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 97946af..e39347a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ *.o *.a *.d +*.so +*.so.* examples/hello/hello examples/html/html -- cgit v1.2.3