diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-05 16:10:56 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-05 16:10:56 -0800 |
commit | 966905fba74407dfc4086674ecf199f20e2683fb (patch) | |
tree | dbda47343176e600fe2122199659fa17a98ab21a /Makefile | |
parent | 914ac561dd29f976e86938a237b4e1140b77761e (diff) |
fix memory leaks; no error until exit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ # @version 0.1 all: - cc *.c -o stem + cc *.c -o stem -lm clean: rm stem |