From 2dabd8282095ba21cf9c098bd87d6fef69069e4d Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Sat, 4 Feb 2023 00:37:44 +0100 Subject: Add libs.mk --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 3b17c80..eb60cf5 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,8 @@ LIBNAME = liblog CFLAGS = -Wall -ansi --std=c89 -pedantic ${OPT} LDFLAGS = +include libs.mk + dist: @make OPT='-O2 -pipe -Werror' all -- cgit v1.2.3