From 37dc73925f95162bc47147a699d47ce54fe6924b Mon Sep 17 00:00:00 2001 From: Rubberazer <47650457+Rubberazer@users.noreply.github.com> Date: Mon, 25 Dec 2023 00:56:37 +0100 Subject: [PATCH] Minor update --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 81c7612..65aee4a 100644 --- a/makefile +++ b/makefile @@ -7,7 +7,7 @@ OBJ_EXTENSION=.o CFLAGS=-c -Wall -Werror -fpic LDFLAGS=-shared LIB=libjetgpio.so -LIBS=-lpthread -lrt +LIBS=-lpthread -lrt -lm all: step1 step2 step3