pmlag

Poor man's link aggregation
git clone git://git.finwo.net/app/pmlag
Log | Files | Refs | README | LICENSE

commit 2cb07fe9501dea415aad7bfd6facbdc27585672a
parent 27ef21de474eac1a52a5d7763133d651654c43ba
Author: Robin Bron <robin@finwo.nl>
Date:   Fri, 17 Feb 2023 00:08:04 +0100

Compile with all debug symbols for now

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -2,7 +2,7 @@ LIBS= SRC=$(wildcard src/*.c) -override CFLAGS?=-Wall +override CFLAGS?=-Wall -g INCLUDES:= INCLUDES+=-I src