aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Markus Schneider <markus@icet-clan.de>2017-08-25 16:47:08 +0200
committerGravatar Hummer12007 <hilobakho@gmail.com>2017-08-26 04:21:06 +0300
commit30c94ef6af70d34314bcebfd238363f519192bb5 (patch)
treed52eaab170c37344285cbf1a29951987dfa8be11 /Makefile
parentd0200a1576c5f0bf2cf29eb83432570441478daa (diff)
Fix rounding errors when using percentages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 63cdcc4..b3986fb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
VERSION = 0.2
DESTDIR ?= /usr/local
-CFLAGS += -std=c99 -g -Wall -Wextra -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809L
+CFLAGS += -std=c99 -g -Wall -Wextra -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809L -lm
MODE ?= 4711
all: brightnessctl