From 74673937256ea22762c04cad1ce1ebd9782931d9 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Sat, 4 Feb 2023 00:45:27 +0100 Subject: Add to cflags and ldflags references to liraries --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1d756b8..3d7412e 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,8 @@ OBJ = ${SRC:.c=.o} LIBNAME = liblog -CFLAGS = -Wall -ansi --std=c89 -pedantic ${OPT} -LDFLAGS = +CFLAGS = -Wall -ansi --std=c89 -pedantic ${OPT} -I${LIBINC} +LDFLAGS = ${LIBS} dist: -- cgit v1.2.3