summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLassebq <lassebq.mine@gmail.com>2023-10-15 15:41:34 +0300
committerGeronymos <gero@gmx.de>2023-10-16 17:14:36 +0200
commit71998254e3e304b8cdc2b168a54bb7c79376fbcc (patch)
treeccbfc6eb896c4e347ba12237a0ff80e36a2b1ea0
parentab7cc816d6846061f61b9ad7baccd0acf1c3e290 (diff)
Add make debug
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ba28ee4..ad4926e 100644
--- a/Makefile
+++ b/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: