mirror of
https://github.com/Geronymos/desktop-icons
synced 2025-04-11 07:35:49 +02:00
Add make debug
This commit is contained in:
parent
179dc39311
commit
9fc33f548f
2
Makefile
2
Makefile
|
@ -1,6 +1,8 @@
|
|||
|
||||
all:
|
||||
gcc `pkg-config --cflags gtk+-3.0 gtk-layer-shell-0` -o dicons dicons.c `pkg-config --libs gtk+-3.0 gtk-layer-shell-0`
|
||||
debug:
|
||||
gcc -g `pkg-config --cflags gtk+-3.0 gtk-layer-shell-0` -o dicons dicons.c `pkg-config --libs gtk+-3.0 gtk-layer-shell-0`
|
||||
clangd:
|
||||
bear -- gcc `pkg-config --cflags gtk+-3.0 gtk-layer-shell-0` -o dicons dicons.c `pkg-config --libs gtk+-3.0 gtk-layer-shell-0`
|
||||
install:
|
||||
|
|
Loading…
Reference in a new issue