aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2026-02-12 17:58:06 +0100
committerXavier Del Campo Romero <xavi92@disroot.org>2026-02-13 07:54:07 +0100
commit62ee3ef1ca13872e1f9b07f6e4e53cea8b684d72 (patch)
treed0c6844356820c3716a24e76ee3912d8e6ec1cf9 /.gitignore
parent438fe10b069b355407cd42b244de5deb695f2338 (diff)
Replace Makefile with configure script
Since libweb depends on dynstr, this dependency can be already available on the system, and therefore the CFLAGS and LDFLAGS should be updated according to pkg-config(1), rather than hardcoding them to the source tree.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a9aba1d..b8e0d43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ examples/headers/headers
examples/hello/hello
examples/html/html
examples/put/put
+/Makefile