From 3967fccab7a41f8218b7ba589eee470d7ab4972a Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 15 Jun 2025 16:18:58 +0200 Subject: maths --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3