aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Mykyta Holubakha <hilobakho@gmail.com>2016-11-27 21:17:10 +0200
committerGravatar Mykyta Holubakha <hilobakho@gmail.com>2016-11-27 21:17:10 +0200
commit05eb8ab1b98b4963675184a5835c2eb523debef6 (patch)
tree400bc44182ad88e9d755bc1c68ad3501396bbd47
parentfda7110dd5b964d2dfb67a4feb42f9729e43702e (diff)
parentdb5ebb18368785cf0c5cd8fb7b44ae48548995cf (diff)
Merge branch 'pr2' (by @Fale)
Closes: #2
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1d872e4..d2d81cb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
-all: brightnessctl
-VERSION=0.1.1
+VERSION = 0.1.1
DESTDIR ?= /usr/local
-CFLAGS=-ggdb -Wall -Wextra -DVERSION=\"${VERSION}\" -D_GNU_SOURCE
+CFLAGS += -ggdb -Wall -Wextra -DVERSION=\"${VERSION}\" -D_GNU_SOURCE
+
+all: brightnessctl
install: brightnessctl
install -d ${DESTDIR}/bin