spoon

set dwm status
git clone git://git.2f30.org/spoon
Log | Files | Refs | LICENSE

commit 73f566f8d19d238b139962f9348f4450ddfc091f
parent 55cb4c5f666e42350c50678f2a23960e7a5f481b
Author: lostd <lostd@2f30.org>
Date:   Mon, 26 Sep 2016 11:31:33 +0200

Fix make dist target

Diffstat:
MMakefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -3,7 +3,8 @@ PREFIX = /usr/local CPPFLAGS = -I/usr/X11R6/include -I/usr/local/include LDFLAGS = -L/usr/X11R6/lib -L/usr/local/lib LDLIBS = -lxkbfile -lX11 -lmpdclient -DISTFILES = spoon.c config.def.h Makefile LICENSE +DISTFILES = spoon.c batt.c strlcpy.c strlcat.c util.h config.def.h\ + Makefile LICENSE OBJ = spoon.o batt.o strlcpy.o strlcat.o BIN = spoon