i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit ee0f50de06a9c2bec84d97c1c1a9cd2ab5d05008
parent 970bdb5810e751db38bb3935ab0c03cd1d16507a
Author: Chris Guillott <chris@techfo.xyz>
Date:   Fri, 14 Oct 2016 14:47:22 -0400

add debug make target

Diffstat:
MMakefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -39,6 +39,9 @@ CPPFLAGS += -DVERSION=\"${I3LOCK_VERSION}\"
 
 all: i3lock
 
+debug: CFLAGS += -g
+debug: i3lock
+
 i3lock: ${FILES}
     $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)