diff options
| author | 2025-06-15 16:18:58 +0200 | |
|---|---|---|
| committer | 2025-06-15 19:28:20 +0200 | |
| commit | 3967fccab7a41f8218b7ba589eee470d7ab4972a (patch) | |
| tree | f939da190c116ab1b9793cd2cfe58e64684ec7f3 /Makefile | |
| parent | cb40cceb5d6cbc8115b028e2855c0c0827fb71c1 (diff) | |
maths
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |