diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-25 15:58:47 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-25 21:57:10 +0200 |
| commit | aaa0ba27550e261de18b4ce6cae3743e89232279 (patch) | |
| tree | a9316c226f8218e33967ba284c13ef8365d387d0 /.gitignore | |
| parent | f0464acecbb5ef92c436faf990f46fd7fcba126e (diff) | |
Makefile: Build libweb also as a shared library
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ *.o *.a *.d +*.so +*.so.* examples/hello/hello examples/html/html |
