URI:
       Make some room for the long lines in Makefile - spoon - set dwm status
  HTML git clone git://git.codemadness.org/spoon
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
   DIR commit 5661f88372910bdb30751b8d22f8e1e91fc70164
   DIR parent 07f66ef7d3e6f3456bcdf7078e1d1a012c36922a
  HTML Author: lostd <lostd@2f30.org>
       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(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -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/scaling_cur_freq\"
       +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