fnet.c

Simple C networking library
git clone git://git.finwo.net/lib/fnet.c
Log | Files | Refs | README

commit 12abe44a065b2a8ae12a5fab725e7b36db64f1a0
parent 4f9737a57aebd7c455284cc29e822d3b1d0e9d96
Author: Yersa Nordman <yersa@finwo.nl>
Date:   Mon, 23 Oct 2023 21:44:39 +0200

Include cflags during linking

Diffstat:
MMakefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -53,6 +53,9 @@ OBJ:=$(OBJ:.cc=.o) override CFLAGS+=$(INCLUDES) +LDFLAGS?= +LDFLAGS+=$(CFLAGS) + default: $(BIN) $(OBJ): $(SRC)