From 1cebaa67a6b552f17834fb38c2839f2163715a0a Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 22 Jan 2025 22:03:52 -0500 Subject: feat: modified Makefile for -lm support for debug option --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 04d0f04..666edf7 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,4 @@ noW: $(PROG) gcc $(PROG) debug: $(PROG) - gcc -g $(PROG) + gcc -g -lm $(PROG) -- cgit v1.2.3