summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index f16eaa2..8b08ac0 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -2,7 +2,7 @@
 
 export MKDIR ?= mkdir -p
 
-libs := SDL2 z
+libs := SDL2 m z
 
 CFLAGS ?= -Wall -Wpedantic -g -Og
 cflags := ${CFLAGS}