From de4eaeac840dcecf15a4b4cc7d86c85a95baf644 Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Thu, 8 Sep 2011 18:26:54 +0200 Subject: [PATCH] dont need this --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2916fd0..fb8421e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = gcc -CFLAGS = -D_GNU_SOURCE= -W -Wall -O3 -std=c99 -ffast-math -DDN=1 -DUP=1 +CFLAGS = -D_GNU_SOURCE= -W -Wall -O3 -std=c99 -ffast-math LDFLAGS = $(CFLAGS) -lm -lasound all: encode decode