summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJosh <joshua.liu@sourceobby.com>2025-01-22 22:03:52 -0500
committerJosh <joshua.liu@sourceobby.com>2025-01-22 22:03:52 -0500
commit1cebaa67a6b552f17834fb38c2839f2163715a0a (patch)
tree98b902e424d986e87d74c03eee5d255b20ea47f3 /Makefile
parent355a640004ed33097555d88cc2dac9cdf75427b2 (diff)
feat: modified Makefile for -lm support for debug option
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)