Introduction
Introduction Statistics Contact Development Disclaimer Help
tMake some room for the long lines in Makefile - spoon - dwm status utility (2f…
git clone git://src.adamsgaard.dk/spoon
Log
Files
Refs
LICENSE
---
commit 5661f88372910bdb30751b8d22f8e1e91fc70164
parent 07f66ef7d3e6f3456bcdf7078e1d1a012c36922a
Author: lostd <[email protected]>
Date: Wed, 2 Nov 2016 16:03:28 +0100
Make some room for the long lines in Makefile
Diffstat:
M Makefile | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/Makefile b/Makefile
t@@ -11,10 +11,11 @@ include config.mk
CPPFLAGS_OpenBSD = -I/usr/X11R6/include -I/usr/local/include
LDFLAGS_OpenBSD = -L/usr/X11R6/lib -L/usr/local/lib
-CPPFLAGS_Linux = -DPATH_BAT_CAP=\"/sys/class/power_supply/BAT0/capacity\"\
- -DPATH_AC_ONLINE=\"/sys/class/power_supply/AC/online\"\
- -DPATH_TEMP=\"/sys/class/hwmon/hwmon0/temp1_input\"\
- -DPATH_CPU_FREQ=\"/sys/devices/system/cpu/cpu0/cpufreq/scalin…
+CPPFLAGS_Linux =\
+ -DPATH_BAT_CAP=\"/sys/class/power_supply/BAT0/capacity\"\
+ -DPATH_AC_ONLINE=\"/sys/class/power_supply/AC/online\"\
+ -DPATH_TEMP=\"/sys/class/hwmon/hwmon0/temp1_input\"\
+ -DPATH_CPU_FREQ=\"/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq\"
CPPFLAGS = $(CPPFLAGS_$(UNAME))
LDFLAGS = $(LDFLAGS_$(UNAME))
LDLIBS = -lX11
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.