From 46b837ce695ca844db9f408512b43b592eab5126 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 26 Dec 2010 16:56:04 +0100 Subject: Debug target added --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c6b57e3..c600272 100644 --- a/Makefile +++ b/Makefile @@ -116,6 +116,9 @@ clean: all: pianobar libpiano +debug: pianobar +debug: CFLAGS=-Wall -pedantic -std=c99 -ggdb + install: pianobar install -d ${DESTDIR}/${BINDIR}/ install -m755 pianobar ${DESTDIR}/${BINDIR}/ -- cgit v1.2.3