From a9b7afd9f76322a78fb4b344b89c07c2e99e26e1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 7 Oct 2013 10:35:10 +0200 Subject: add 'gdb' rule --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index a6a2aa3..13f1051 100644 --- a/Makefile +++ b/Makefile @@ -89,5 +89,8 @@ dist-git: log: svn2cl --authors ../common/username.xml --accum +gdb: lspcidrake + LD_LIBRARY_PATH=$(PWD) gdb -q ./lspcidrake + run: lspcidrake LD_LIBRARY_PATH=$(PWD) ./lspcidrake -- cgit v1.2.1