diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -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}/ | 
