summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 632ad00..41cf88f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,8 @@ PREFIX:=/usr/local
BINDIR:=${PREFIX}/bin
LIBDIR:=${PREFIX}/lib
MANDIR:=${PREFIX}/share/man
-CFLAGS:=-std=c99 -O2 -DNDEBUG
+CFLAGS:=-O2 -DNDEBUG
+CC:=c99
PIANOBAR_DIR=src
PIANOBAR_SRC=\
@@ -118,7 +119,7 @@ clean:
all: pianobar libpiano
debug: pianobar
-debug: CFLAGS=-Wall -pedantic -std=c99 -ggdb
+debug: CFLAGS=-Wall -pedantic -ggdb
install: pianobar
install -d ${DESTDIR}/${BINDIR}/