aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-01-05 16:10:56 -0800
committerPreston Pan <preston@nullring.xyz>2024-01-05 16:10:56 -0800
commit966905fba74407dfc4086674ecf199f20e2683fb (patch)
treedbda47343176e600fe2122199659fa17a98ab21a /Makefile
parent914ac561dd29f976e86938a237b4e1140b77761e (diff)
fix memory leaks; no error until exit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5cc8982..9dec505 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
# @version 0.1
all:
- cc *.c -o stem
+ cc *.c -o stem -lm
clean:
rm stem