From 30c94ef6af70d34314bcebfd238363f519192bb5 Mon Sep 17 00:00:00 2001 From: Markus Schneider Date: Fri, 25 Aug 2017 16:47:08 +0200 Subject: Fix rounding errors when using percentages --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3