add debug make target

This commit is contained in:
Chris Guillott 2016-10-14 14:47:22 -04:00
parent 970bdb5810
commit ee0f50de06
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ CPPFLAGS += -DVERSION=\"${I3LOCK_VERSION}\"
all: i3lock
debug: CFLAGS += -g
debug: i3lock
i3lock: ${FILES}
$(CC) $(LDFLAGS) -o $@ $^ $(LIBS)