From d65f8720c5876d0a21ae69855e74b97389224906 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 27 Feb 2011 13:00:21 +0100 Subject: Use `c99` --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') 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}/ -- cgit v1.2.3