tAdd comment to explain how to stub out dependencies - spoon - dwm status utility (2f30 fork)
 (HTM) git clone git://src.adamsgaard.dk/spoon
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit f0108d889d337e53a1731b7b31d27ac6daadd900
 (DIR) parent ba87d6de7c9526db404a4e928b2716a9ed4b1721
 (HTM) Author: sin <sin@2f30.org>
       Date:   Fri, 14 Oct 2016 14:45:18 +0100
       
       Add comment to explain how to stub out dependencies
       
       Diffstat:
         M Makefile                            |       3 +++
       
       1 file changed, 3 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -18,6 +18,9 @@ CPPFLAGS = $(CPPFLAGS_$(UNAME))
        LDFLAGS = $(LDFLAGS_$(UNAME))
        LDLIBS = -lX11
        
       +# To remove extra compile time dependencies for unwanted plugins
       +# comment out the following sections.  The stub implementations
       +# from stub.c will be used instead.
        OBJ += xkblayout.o
        LDLIBS += -lxkbfile