From 2d44dfaefba77912551e4897c1ce47adfde3cc4a Mon Sep 17 00:00:00 2001 From: Adriane Justine Tan Date: Tue, 27 Aug 2024 01:08:28 +0800 Subject: [PATCH] Include math library --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4d848b2..232ec31 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-Iinclude -static +CFLAGS=-Iinclude -lm -static OBJ_DIR=build SRC_DIR=src