summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-06-15 16:18:58 +0200
committerlemon <lsof@mailbox.org>2025-06-15 19:28:20 +0200
commit3967fccab7a41f8218b7ba589eee470d7ab4972a (patch)
treef939da190c116ab1b9793cd2cfe58e64684ec7f3 /Makefile
parentcb40cceb5d6cbc8115b028e2855c0c0827fb71c1 (diff)
maths
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1cc019b..4677bc2 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ opt: CFLAGS += -Oz
opt: pez
pez: repl.c pez.c pez.h
- $(CC) -o$@ -lreadline $(CFLAGS) repl.c pez.c
+ $(CC) -o$@ -lm -lreadline $(CFLAGS) repl.c pez.c
clean:
$(RM) pez