mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2024-11-11 13:50:52 -05:00
add debug make target
This commit is contained in:
parent
970bdb5810
commit
ee0f50de06
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -39,6 +39,9 @@ CPPFLAGS += -DVERSION=\"${I3LOCK_VERSION}\"
|
|||
|
||||
all: i3lock
|
||||
|
||||
debug: CFLAGS += -g
|
||||
debug: i3lock
|
||||
|
||||
i3lock: ${FILES}
|
||||
$(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue