mirror of
https://github.com/Geronymos/desktop-icons
synced 2024-11-21 09:35:49 +01:00
Add make debug
This commit is contained in:
parent
ab7cc816d6
commit
71998254e3
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