diff options
author | Josh <joshua.liu@sourceobby.com> | 2025-01-22 22:03:52 -0500 |
---|---|---|
committer | Josh <joshua.liu@sourceobby.com> | 2025-01-22 22:03:52 -0500 |
commit | 1cebaa67a6b552f17834fb38c2839f2163715a0a (patch) | |
tree | 98b902e424d986e87d74c03eee5d255b20ea47f3 | |
parent | 355a640004ed33097555d88cc2dac9cdf75427b2 (diff) |
feat: modified Makefile for -lm support for debug option
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ noW: $(PROG) gcc $(PROG) debug: $(PROG) - gcc -g $(PROG) + gcc -g -lm $(PROG) |